Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

border: 0 is preferred over border: none
Open

        border: none;

Colon after property should be followed by one space
Open

            filter:invert(1);

Selector should have depth of applicability no greater than 3, but was 5
Open

                img {
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Properties should be ordered aspect-ratio, height, left, position, top, z-index
Open

                    height: 70%;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Line contains trailing whitespace
Open

                    
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

            }
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Nesting should be no greater than 3, but was 4
Open

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

Rule declaration should be preceded by an empty line
Open

            &#website {
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Properties should be ordered border-radius, color, display, padding
Open

            display: inline-block;

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

      color:#6f6;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

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

    padding: 0;

Rule declaration should be preceded by an empty line
Open

        button {

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

                background-color: red;

Line should be indented with spaces, not tabs
Open

    overflow: hidden;

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

  border-left: 1px solid #000;

Properties should be ordered align-items, background, border, border-radius, display, flex-direction, flex-wrap, height, justify-content, max-height, overflow, padding, position, z-index
Open

        z-index: 999;
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

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

        width:100%;
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
Severity
Category
Status
Source
Language