Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Colon after property should be followed by one space
Open

        z-index:999;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Properties should be ordered border, font-size, height, padding-left, padding-right, text-align, width
Open

            width: 100%;

Rule declaration should be followed by an empty line
Open

    }

Declaration should be terminated by a semicolon
Open

                filter: none !important

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

            &.e { // equal

Properties should be ordered display, grid-gap, grid-template-columns, grid-template-rows, height, padding-top, width
Open

        width: 100%;

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

            &.decimal {

Rule declaration should be preceded by an empty line
Open

        button {

Line should be indented with spaces, not tabs
Open

    display: inline-grid;

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

            &.o { // operator

Properties should be ordered height, left, position, top
Open

    position: absolute;

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

                background-color: #ff3333;

Line contains trailing whitespace
Open

        
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

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

        background-color: #fff;

Line should be indented with spaces, not tabs
Open

    #imagep {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    background-color:var(--beige2) !important;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Avoid using id selectors
Open

    #imagep {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

        background:var(--black3);
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Properties should be ordered filter, height, left, object-fit, opacity, position, top, width, z-index
Open

        position:absolute;
Severity: Minor
Found in Program Files/paint/paint.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

            border: 1px solid #000;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint
Severity
Category
Status
Source
Language