Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Properties should be ordered display, flex-direction, height, left, overflow, position, top, width
Open

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

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

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

Properties should be ordered background-color, opacity
Open

                            opacity: 1;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered border, display, height, opacity, width
Open

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

!important should not be used
Open

        border-radius: 0 !important;
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

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

Properties should be ordered background, color, display, height, left, max-height, max-width, overflow, padding, position, top, width, z-index
Open

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

Colon after property should be followed by one space
Open

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

!important should not be used
Open

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

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

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered border-radius, overflow, transform
Open

                transform: scaleY(1) !important;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

            bottom: 20px !important;
Severity: Minor
Found in style.scss by scss-lint

Commas in function arguments should be followed by one space
Open

            outline: 40px solid rgba(0,0,0,.6);
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

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

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

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

Rule declaration should be preceded by an empty line
Open

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

Line contains trailing whitespace
Open

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

!important should not be used
Open

        color-scheme: initial !important;
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language