Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Colon after property should be followed by one space
Open

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

border-bottom: 0 is preferred over border-bottom: none
Open

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

Color #aaccff should be written as #acf
Open

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

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

    border-bottom:1px solid #555;
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

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

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

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

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

!important should not be used
Open

                border-radius: var(--border-radius) !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

!important should not be used
Open

            transform-origin: bottom left !important;
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

Colon after property should be followed by one space
Open

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

!important should not be used
Open

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

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

                        .progicon, .progtitle {
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

    z-index:1000;
Severity: Minor
Found in helper.scss by scss-lint

!important should not be used
Open

        height: 100vh !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered background-color, border, border-radius, height, top
Open

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

Properties should be ordered align-items, background-position, background-size, display, height, justify-content, left, overflow, pointer-events, position, top, -webkit-touch-callout, -khtml-user-select, -moz-user-select, -ms-user-select, -webkit-user-select, user-select, width
Open

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

Colon after property should be followed by one space
Open

    border-radius:var(--border-radius);
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language