Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

            border-left: 1px solid #666;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

            button {
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

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

    background: var(--themecolor);
Severity: Minor
Found in Program Files/settings/style.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

        background: #fff;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Properties should be ordered -webkit-appearance, background, border, border-radius, cursor, height, padding, width
Open

        height: 25px;
Severity: Minor
Found in Program Files/settings/style.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

            background: #fff;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Properties should be ordered background, display, height, margin, padding, width
Open

  display:flex;

Colon after property should be followed by one space
Open

  margin:0;

Colon after property should be followed by one space
Open

    object-fit:contain;

Colon after property should be followed by one space
Open

  left:0;

Colon after property should be followed by one space
Open

  width:100%;

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

    background: #000;

Files should end with a trailing newline
Open

}

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

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

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

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

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

    accent-color: var(--themecolor);
Severity: Minor
Found in helper.scss by scss-lint

!important should not be used
Open

                background-color: #555555cc !important;
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered background, border, border-radius, height, line-height, padding
Open

        line-height: revert;
Severity: Minor
Found in helper.scss by scss-lint

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

    width:auto;
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered cursor, display, padding, text-decoration
Open

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