Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Line should be indented with spaces, not tabs
Open

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

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

    min-width: 130px;
Severity: Minor
Found in helper.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Rule declaration should be preceded by an empty line
Open

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

Line should be indented with spaces, not tabs
Open

    justify-content: center;
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 helper.scss by scss-lint

Avoid using id selectors
Open

#emergencytools, #emergencytoolsloading { // Emergency Tools
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered background-color, height, left, margin, overflow, overscroll-behavior, padding, position, top, width
Open

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

Line should be indented with spaces, not tabs
Open

    height: calc(100vh - var(--taskbarheight));
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    box-sizing: border-box;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered background, border, height, width
Open

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

Line should be indented with spaces, not tabs
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

Line should be indented with spaces, not tabs
Open

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

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

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

!important should not be used
Open

                transform: scaleY(1) !important;
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
Severity
Category
Status
Source
Language