Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Property pointer-events already defined on line 202
Open

            pointer-events: none;

Avoid qualifying class selectors with an element.
Open

    div.icon {

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

    position: relative;

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

    bottom: 0;

Avoid using id selectors
Open

    #spaceinfo {

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

            color: #fff;

Begin pseudo classes with a single colon: :
Open

        &::-moz-meter-bar {

Rule declaration should be followed by an empty line
Open

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

border: 0 is preferred over border: none
Open

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

Colon after property should be followed by one space
Open

  font-family:var(--font);
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  font-size:16px;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Each selector in a comma sequence should be on its own single line
Open

p, a, b, input, .cmdinputcontainer {
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Each selector in a comma sequence should be on its own single line
Open

p, a, b, input, .cmdinputcontainer {
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Declaration should be terminated by a semicolon
Open

  font-size:18px
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

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

Rule declaration should be preceded by an empty line
Open

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

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

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

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

        color:#ff0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint
Severity
Category
Status
Source
Language