Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

    padding: 0 .75em;

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

    a {

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

    border-bottom: 1px solid #999;

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

    position: relative;

Rule declaration should be followed by an empty line
Open

                }

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

                &_F {

Rule declaration should be followed by an empty line
Open

                }

Prefer single quoted strings
Open

                        content: "!";

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

            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 4
Open

                &[disabled] {
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

  --font:sans-serif;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  width:100%;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  display:inline-block;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

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

Colon after property should be followed by one space
Open

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

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

    .expression {

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

                color: black;

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

  color: #fff;
Severity
Category
Status
Source
Language