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

    filter:contrast(.4) brightness(.6) grayscale(.1);
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered background, border, color
Open

        color: #fff;
Severity: Minor
Found in helper.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Colon after property should be followed by one space
Open

        background:var(--black);
Severity: Minor
Found in helper.scss by scss-lint

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

            filter: drop-shadow(0 0 1px #000);
Severity: Minor
Found in style.scss by scss-lint

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

    ::-webkit-scrollbar-thumb {
Severity: Minor
Found in helper.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered display, flex-direction, height, left, overflow, position, top, width
Open

    position: absolute;
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

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

    background-size: cover;
Severity: Minor
Found in style.scss by scss-lint

Avoid vendor prefixes.
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Selector big_buttons should be written in lowercase with hyphens
Open

body.big_buttons { // Big Buttons
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    z-index: 99999999 !important;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered color, display, flex-direction, height, max-width, min-width, position, right, top, width
Open

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

Line should be indented with spaces, not tabs
Open

    color: #ffffff;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered background-color, border, display, flex-flow, height, justify-content, margin, overflow, padding, position, transition, width
Open

        transition: .2s;
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language