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

    --glassyElementBlur: 25px;
Severity: Minor
Found in helper.scss by scss-lint

Selector has_hover should be written in lowercase with hyphens
Open

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

Colon after property should be followed by one space
Open

    position:sticky;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

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

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

Colon after property should be followed by one space
Open

    backdrop-filter:blur(12px);
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

    min-height: 1rem;
Severity: Minor
Found in helper.scss by scss-lint

Rule declaration should be followed by an empty line
Open

                }

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

    left: 0;

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

    padding: 20px;

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

    box-sizing: border-box;

Rule declaration should be followed by an empty line
Open

                }

border: 0 is preferred over border: none
Open

        border: none;

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

                    background-color: green;

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

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

Color purple should be written in hexadecimal form as #800080
Open

                    background-color: purple;

Rule declaration should be preceded by an empty line
Open

    body {
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

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

    body {
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint
Severity
Category
Status
Source
Language