Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Properties should be ordered border-radius, height, max-height, max-width, width
Open

        height: 100%;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    -khtml-user-select: none;
Severity: Minor
Found in style.scss by scss-lint

Avoid vendor prefixes.
Open

        -moz-user-select: none;
Severity: Minor
Found in style.scss by scss-lint

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

    min-height: 1rem;
Severity: Minor
Found in helper.scss by scss-lint

Avoid vendor prefixes.
Open

        -o-user-select: none;
Severity: Minor
Found in style.scss by scss-lint

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

#emergencytools, #emergencytoolsloading { // Emergency Tools
Severity: Minor
Found in style.scss by scss-lint

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

    body {
Severity: Minor
Found in helper.scss by scss-lint

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

    background: #000000;
Severity: Minor
Found in style.scss by scss-lint

border: 0 is preferred over border: none
Open

        border: none;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

        transition:.1s;
Severity: Minor
Found in helper.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    left: 0;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

                    &:hover {
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

            }
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    max-width: 100vw;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

        width:initial;
Severity: Minor
Found in helper.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    height: 200px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    details {
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    top: 400px;
Severity: Minor
Found in style.scss by scss-lint

Declaration should be terminated by a semicolon
Open

            width: 80%
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language