Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Rule declaration should be followed by an empty line
Open

    }

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

    .buttons {

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

            border: .01em solid black;

Color #ff3333 should be written as #f33
Open

                background-color: #ff3333;

Line should be indented with spaces, not tabs
Open

    overflow: hidden;

0px should be written without units as 0
Open

        border: 0px solid transparent !important;

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

  background: #000;

Properties should be ordered box-sizing, display, height
Open

    display: block;

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered display, margin, padding, width
Open

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

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

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

Properties should be ordered align-items, box-sizing, display, height, justify-content, left, max-height, overflow, position, top, width
Open

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

Colon after property should be followed by one space
Open

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

Rule declaration should be preceded by an empty line
Open

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

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

Properties should be ordered border-radius, height, width
Open

        height: 2.2rem;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

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

    position: relative;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Property position already defined on line 94
Open

    position: sticky;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Properties should be ordered -webkit-appearance, background, border, border-radius, cursor, height, padding, width
Open

        height: 25px;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint
Severity
Category
Status
Source
Language