Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Line should be indented with spaces, not tabs
Open

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

Rule declaration should be preceded by an empty line
Open

        &:last-of-type {
Severity: Minor
Found in helper.scss by scss-lint

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

    cursor: default;
Severity: Minor
Found in helper.scss by scss-lint

!important should not be used
Open

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

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

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

!important should not be used
Open

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

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

        border:1px solid var(--themecolor)
Severity: Minor
Found in helper.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    align-items: center;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered display, height, left, overflow, pointer-events, position, top, width
Open

        pointer-events: none;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    .resizer2 {
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

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

Avoid vendor prefixes.
Open

    -moz-user-select: none;
Severity: Minor
Found in style.scss by scss-lint

Color #000000 should be written as #000
Open

    background: #000000;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

        height:20px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

        width:20px;
Severity: Minor
Found in style.scss by scss-lint

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

            border-left: none;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

        bottom:-11px;
Severity: Minor
Found in style.scss by scss-lint

Property border already defined on line 424
Open

        border: 1px solid var(--themecolor);
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language