Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Properties should be ordered border-collapse, font-size, line-height, overflow, text-overflow, width
Open

    width: 100%;

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

    text-overflow:ellipsis;

Colon after property should be followed by one space
Open

    text-overflow:ellipsis;

!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-radius, color, font-size
Open

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

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

    overflow: hidden;

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

    --themecolor: #940;
Severity: Minor
Found in helper.scss by scss-lint

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

    height: 8px;
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

    --hovercolor: #ffaa0077;
Severity: Minor
Found in helper.scss by scss-lint

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

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

Properties should be ordered background, border-bottom
Open

    border-bottom:1px solid #555;
Severity: Minor
Found in helper.scss by scss-lint

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

Colon after property should be followed by one space
Open

    background:var(--bg-4);
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

Colon after property should be followed by one space
Open

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

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

    font-size: 1rem;
Severity: Minor
Found in helper.scss by scss-lint

border-bottom: 0 is preferred over border-bottom: none
Open

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

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

    color: #000;
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language