Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    -ms-user-select: none;
Severity: Minor
Found in style.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 style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered display, height, margin, overflow, position, width
Open

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

Line should be indented with spaces, not tabs
Open

    pointer-events: none;
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

Properties should be ordered color, display, flex-direction, height, max-width, min-width, position, right, top, width
Open

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

Avoid vendor prefixes.
Open

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

Colon after property should be followed by one space
Open

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

Line should be indented with spaces, not tabs
Open

    font-size: 1.05em;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered background-color, bottom, height, position, top
Open

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

Properties should be ordered font-size, height, padding, position, top, width
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    overflow: visible;
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

Nesting should be no greater than 3, but was 4
Open

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

Properties should be ordered aspect-ratio, height, margin-right, object-fit
Open

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

Line should be indented with spaces, not tabs
Open

    padding: 15px;
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language