Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Avoid using id selectors
Open

#emergencytoolsloading {
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

Line should be indented with spaces, not tabs
Open

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

Rule declaration should be preceded by an empty line
Open

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

Color literals like rgba(0, 0, 0, 0.6) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

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

Properties should be ordered border, border-radius, height, left, top
Open

            top: 0;
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

Selector should have depth of applicability no greater than 3, but was 4
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

Properties should be ordered backdrop-filter, border-radius, outline, transform
Open

                    border-radius: 50%;
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

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

Colon after property should be followed by one space
Open

    position:absolute;

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

    overflow: hidden;

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

    color: #000;
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

    button,
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered background-color, filter, outline, outline-offset
Open

                outline: 1px solid var(--themecolor);
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered background, border-radius, color, font-size
Open

    color: #000;
Severity: Minor
Found in helper.scss by scss-lint

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

    display:flex;
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language