Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

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

Line should be indented with spaces, not tabs
Open

    -webkit-touch-callout: none;
Severity: Minor
Found in style.scss by scss-lint

Avoid vendor prefixes.
Open

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

Properties should be ordered bottom, height, right, width
Open

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

Property height already defined on line 143
Open

    height: calc(100vh - var(--taskbarheight));
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

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

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

Commas in function arguments should be followed by one space
Open

        background: rgba(255,255,255,.15);
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

!important should not be used
Open

            transform: scale(.25) !important;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

            bottom: 20px !important;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

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

Rule declaration should be preceded by an empty line
Open

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

Properties should be ordered margin-left, margin-top, opacity, transform, user-select, z-index
Open

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

Rule declaration should be preceded by an empty line
Open

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

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

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

Properties should be ordered -khtml-user-select, -moz-user-select, -o-user-select, -webkit-user-select, user-select
Open

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

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

            transform:scale(1);
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    top: 5px;
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language