Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Selector has_hover should be written in lowercase with hyphens
Open

    .has_hover {
Severity: Minor
Found in helper.scss by scss-lint

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

    .has_hover {
Severity: Minor
Found in helper.scss by scss-lint

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

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

Colon after property should be followed by one space
Open

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

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

    padding: 1px;
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered background, border-bottom
Open

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

Properties should be ordered backdrop-filter, background, border, border-radius, box-sizing, display, height, min-height, min-width, padding, position, width, z-index
Open

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

Line should be indented with spaces, not tabs
Open

    height: 100%;
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

Properties should be ordered background-color, opacity
Open

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

Line should be indented with spaces, not tabs
Open

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

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

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

Line contains trailing whitespace
Open

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

Avoid using id selectors
Open

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

Properties should be ordered background, bottom, height, left, padding, position, top, width
Open

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

!important should not be used
Open

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

Line should be indented with spaces, not tabs
Open

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

!important should not be used
Open

            display: inline-block !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
Severity
Category
Status
Source
Language