Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Colon after property should be followed by one space
Open

        height:100%;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    body {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

        position:absolute;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

            cursor:crosshair;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Color literals like gray should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            border: 1px solid gray;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    box-sizing: border-box;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Avoid using id selectors
Open

    #categorycontainer,
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    position: sticky;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Colon after property should be followed by one space
Open

  margin:0;

Selector bool_range should be written in lowercase with hyphens
Open

  .setting .bool_range::-webkit-slider-thumb {
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Color literals like #fff should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  color:#fff;

Color literals like #000 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background: #000;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Colon after property should be followed by one space
Open

  margin:0;

Properties should be ordered height, left, margin, overflow, padding, position, top, transform, width
Open

  position:relative;

Colon after property should be followed by one space
Open

    border-radius:50%;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    a {

Colon after property should be followed by one space
Open

    font-size:.5em;

Selector contextMenu should be written in lowercase with hyphens
Open

    button,
Severity: Minor
Found in helper.scss by scss-lint

Files should end with a trailing newline
Open

}

Line should be indented 2 spaces, but was indented 4 spaces
Open

    .has_hover {
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language