Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

!important should not be used
Open

        background-color: transparent !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    background-position: center;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    z-index: 99999999 !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    color: #ffffff;
Severity: Minor
Found in style.scss by scss-lint

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

        border-bottom: 1px solid #aaccff;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered height, left, top, width, z-index
Open

        z-index: 100000 !important;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

        top: 0 !important;
Severity: Minor
Found in style.scss by scss-lint

Avoid vendor prefixes.
Open

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

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

                &[disabled],
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Line should be indented with spaces, not tabs
Open

    position: absolute;
Severity: Minor
Found in style.scss by scss-lint

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

    line-height: 2;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

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

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

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

Rule declaration should be followed by an empty line
Open

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

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

    display: none !important;
Severity: Minor
Found in helper.scss by scss-lint

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

        color: #fff;
Severity: Minor
Found in helper.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    background-color: #853;
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language