Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Rule declaration should be followed by an empty line
Open

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

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

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

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

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

Line should be indented with spaces, not tabs
Open

    &::before {
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        content:'> ';
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        padding:1px 10px;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Properties should be ordered border, border-bottom, font-size, height, padding-left, padding-right, -webkit-tap-highlight-color, text-align, width
Open

            width: 100%;

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

    .buttons {

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

            border: .01em solid black;

Line should be indented with spaces, not tabs
Open

    align-items: center;

Line should be indented with spaces, not tabs
Open

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

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;

Properties should be ordered display, height, left, margin, position, top, width
Open

  position: relative;
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

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

  height:100%;

Colon after property should be followed by one space
Open

  left:50%;

Colon after property should be followed by one space
Open

  padding:0;

Colon after property should be followed by one space
Open

  margin:0;
Severity
Category
Status
Source
Language