Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

    z-index: 99999;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered display, filter, height, object-fit, position, width
Open

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

Rule declaration should be preceded by an empty line
Open

        &.showprogramtitle {
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

Avoid using id selectors
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    flex-wrap: wrap;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    bottom: 40px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Avoid vendor prefixes.
Open

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

Line should be indented with spaces, not tabs
Open

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

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

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

Properties should be ordered box-sizing, display, height, left, margin, min-height, object-fit, padding, position, top, width
Open

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

Line should be indented with spaces, not tabs
Open

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

!important should not be used
Open

    z-index: 99999999 !important;
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
Severity
Category
Status
Source
Language