Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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 style.scss by scss-lint

Properties should be ordered cursor, transition, z-index
Open

                z-index: 9999;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    color:#fff;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

                }
Severity: Minor
Found in helper.scss by scss-lint

Begin pseudo classes with a single colon: :
Open

    &::-moz-meter-bar {
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

    height:var(--altbarheight);
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

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

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

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

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

    filter:contrast(.4) brightness(.6) grayscale(.1);
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 2 spaces, but was indented 4 spaces
Open

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

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

        border: 1px solid #444;
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

Colon after property should be followed by one space
Open

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

Line should be indented with spaces, not tabs
Open

    overflow: clip;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

!important should not be used
Open

                        opacity: 1 !important;
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
Severity
Category
Status
Source
Language