Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Colon after property should be followed by one space
Open

    border-radius:50%;

Colon after property should be followed by one space
Open

    font-size:.5em;

Colon after property should be followed by one space
Open

  position:absolute;

Colon after property should be followed by one space
Open

  bottom:0;

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

                &_D {

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

                    background-color: purple;

Properties should be ordered display, height, margin, margin-top, max-height, object-fit, overflow, pointer-events, position, top, width
Open

            position: relative;

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

    height: auto;

0.5 should be written without a leading zero as .5
Open

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

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

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

Properties should be ordered background-color, box-sizing, min-height, padding, width
Open

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

Colon after property should be followed by one space
Open

  color:$cmdwhite
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

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

Line should be indented with spaces, not tabs
Open

    input {
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

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

Colon after property should be followed by one space
Open

        border-left:5px solid $cmdwhite;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

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

    box-sizing: border-box;

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

    height: 100%;

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

    display: flex;
Severity
Category
Status
Source
Language