Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

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

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

    padding: 1px;
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

Colon after property should be followed by one space
Open

    display:inline-block;
Severity: Minor
Found in helper.scss by scss-lint

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

    border-radius:var(--border-radius);
Severity: Minor
Found in helper.scss by scss-lint

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

    touch-action: none;
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

Prefer single quoted strings
Open

@import "helper.min.css";
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

!important should not be used
Open

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

!important should not be used
Open

        border: 0 !important;
Severity: Minor
Found in style.scss by scss-lint

Empty rule
Open

        &.fattr-outdated_file {

Nesting should be no greater than 3, but was 4
Open

            .color_dot {

Rule declaration should be followed by an empty line
Open

                }

Color yellow should be written in hexadecimal form as #ffff00
Open

                    background-color: yellow;

Color green should be written in hexadecimal form as #008000
Open

                    background-color: green;

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

                    background-color: purple;

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

    display: block;

Avoid qualifying class selectors with an element.
Open

    div.icon {
Severity
Category
Status
Source
Language