Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

            &:hover, &:focus-visible {
Severity: Minor
Found in helper.scss by scss-lint

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

            &:hover, &:focus-visible {
Severity: Minor
Found in helper.scss by scss-lint

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

    flex-direction:row;
Severity: Minor
Found in helper.scss by scss-lint

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

    top:0;
Severity: Minor
Found in helper.scss by scss-lint

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

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

Color literals like #555 should only be used in variable declarations; they should be referred to via variable everywhere else.
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-4);
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

    z-index:1000;
Severity: Minor
Found in helper.scss by scss-lint

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

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

Properties should be ordered cursor, display, padding, text-decoration
Open

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

Colon after property should be followed by one space
Open

        text-decoration:none;
Severity: Minor
Found in helper.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

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

Colon after property should be followed by one space
Open

            color:#fff;
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

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

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

Rule declaration should be followed by an empty line
Open

                        }
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language