Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Avoid vendor prefixes.
Open

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

Properties should be ordered bottom, font-size, line-height, position, right, text-align
Open

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

!important should not be used
Open

        overflow: hidden !important;
Severity: Minor
Found in style.scss by scss-lint

border: 0 is preferred over border: none
Open

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

Colon after property should be followed by one space
Open

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

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

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

Colon after property should be followed by one space
Open

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

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

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

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

    padding:0;
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

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

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

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

Selector contextMenu should be written in lowercase with hyphens
Open

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

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

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

Rule declaration should be preceded by an empty line
Open

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

Colon after property should be followed by one space
Open

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

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

    backdrop-filter:blur(12px);
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language