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

                        .progicon, .progtitle {
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered background, color, display, height, resize, width
Open

        width: 90%;
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

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

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

Commas in function arguments should be followed by one space
Open

            outline: 40px solid rgba(0,0,0,.6);
Severity: Minor
Found in style.scss by scss-lint

Commas in function arguments should be followed by one space
Open

            outline: 40px solid rgba(0,0,0,.6);
Severity: Minor
Found in style.scss by scss-lint

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

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

Nesting should be no greater than 3, but was 4
Open

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

Properties should be ordered pointer-events, transform, user-select
Open

            transform: scaleY(0);
Severity: Minor
Found in style.scss by scss-lint

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

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

Avoid vendor prefixes.
Open

        -webkit-user-select: 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

Nesting should be no greater than 3, but was 4
Open

            &:hover {
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language