Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Colon after property should be followed by one space
Open

        padding:3px 8px;
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

Selector contextMenu should be written in lowercase with hyphens
Open

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

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in helper.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

Rule declaration should be preceded by an empty line
Open

        +#emergencytoolsloading {
Severity: Minor
Found in style.scss by scss-lint

Line contains trailing whitespace
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Merge rule .program with rule on line 81
Open

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

Line should be indented with spaces, not tabs
Open

    transform: scale(1) translate(1);
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

Line should be indented with spaces, not tabs
Open

    * {
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

Unknown property color-scheme
Open

        color-scheme: initial !important;
Severity: Minor
Found in style.scss by scss-lint

Each selector in a comma sequence should be on its own single line
Open

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

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

    a {
Severity: Minor
Found in helper.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

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

    :root {
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language