Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

    background: var(--beige4);
Severity: Minor
Found in helper.scss by scss-lint

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

    position: relative;
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

Colon after property should be followed by one space
Open

    background:#ffffff77;
Severity: Minor
Found in helper.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

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    width: 100%;
Severity: Minor
Found in style.scss by scss-lint

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

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

Avoid using id selectors
Open

#emergencytools, #emergencytoolsloading { // Emergency Tools
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

Properties should be ordered height, margin, position, right, top, width
Open

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

Properties should be ordered border-radius, bottom, left, line-height, pointer-events, position, transform, user-select, width
Open

            position: absolute;

Rule declaration should be preceded by an empty line
Open

            .color_dot {

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

                    background-color: orange;

Rule declaration should be followed by an empty line
Open

                }

Selector bottom_info should be written in lowercase with hyphens
Open

#bottom_info {

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

    background: #77777744;

border: 0 is preferred over border: none
Open

            border: none;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

  }
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint
Severity
Category
Status
Source
Language