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

    height: auto;

Properties should be ordered display, flex-direction, flex-wrap, height
Open

    height: 100%;

Colon after property should be followed by one space
Open

        padding:0 0 0 18px;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Line contains trailing whitespace
Open

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

Avoid using id selectors
Open

        #expression {

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

    padding: 20px;

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

            &:hover, &:focus, &:active {

Rule declaration should be followed by an empty line
Open

    }

Properties should be ordered backdrop-filter, background, border, box-shadow, cursor, image-rendering, margin, padding, position, transform, transform-origin
Open

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

Colon after property should be followed by one space
Open

            filter:invert(1);

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

        width: 100%;

Rule declaration should be followed by an empty line
Open

    }

Properties should be ordered display, flex-basis, flex-direction, flex-wrap, height, width
Open

        flex-direction: row;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Avoid using id selectors
Open

    #categorycontainer,
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

!important should not be used
Open

                background-color: var(--hovercolor) !important;

Properties should be ordered display, flex-direction, height, margin, overflow, padding, width
Open

        width: 100%;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

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

            &.n { // number

Color yellow should be written in hexadecimal form as #ffff00
Open

        outline: 1px solid yellow;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    .cell {

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

            &.b { // bracket
Severity
Category
Status
Source
Language