Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Line should be indented with spaces, not tabs
Open

    #canvascopy {
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

        z-index:-1;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

            transform:scale(1);
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

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

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

Colon after property should be followed by one space
Open

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

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

    img {

Colon after property should be followed by one space
Open

    left:50%;

Rule declaration should be preceded by an empty line
Open

  >nav {

Rule declaration should be followed by an empty line
Open

  }

Colon after property should be followed by one space
Open

    left:0;

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

    .icon {

Files should end with a trailing newline
Open

}

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

    --font: sans-serif;
Severity: Minor
Found in helper.scss by scss-lint

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

    --black4: #555;
Severity: Minor
Found in helper.scss by scss-lint

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

    --beige3: #bb7;
Severity: Minor
Found in helper.scss by scss-lint

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

    background-color: transparent;
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered accent-color, background, color, color-scheme, font-family, font-size, margin, padding
Open

    background: var(--beige4);
Severity: Minor
Found in helper.scss by scss-lint

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

                    background-color: yellow;
Severity
Category
Status
Source
Language