Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Line should be indented with spaces, not tabs
Open

    box-sizing: border-box;

Properties should be ordered background-color, cursor
Open

            cursor: cell;

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

  color: #fff;

Shorthand form for property padding should be written more concisely as 0 .25rem .25rem instead of 0 .25rem .25rem .25rem
Open

            padding: 0 .25rem .25rem .25rem;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

        filter:blur(4px);
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

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

Avoid using id selectors
Open

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

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

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

Properties should be ordered background, border, height, width
Open

        width: 2.5rem;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Colon after property should be followed by one space
Open

  display:flex;

Colon after property should be followed by one space
Open

  border:0;

Colon after property should be followed by one space
Open

  top:50%;

Properties should be ordered border-radius, height, left, object-fit, position, top, transform, width
Open

    position:absolute;

Commas in function arguments should be followed by one space
Open

    transform:translate(-50%,-50%);

Colon after property should be followed by one space
Open

    text-align:center;

Properties should be ordered height, margin, padding, position, vertical-align, width
Open

            padding: 0;

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

    --black5: #666;
Severity: Minor
Found in helper.scss by scss-lint

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

    --border-radius: 2px;
Severity: Minor
Found in helper.scss by scss-lint

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

    --glassyElementSpacing: 15px; // deprecated in this file
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language