Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Color black should be written in hexadecimal form as #000000
Open

            border: .01em solid black;

Color black should be written in hexadecimal form as #000000
Open

                color: black;

Line should be indented with spaces, not tabs
Open

    display: flex;

Properties should be ordered align-items, display, justify-content
Open

    display: flex;

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

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

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 2 spaces, but was indented 4 spaces
Open

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

Properties should be ordered border-left, display, height, left, overflow, position, width
Open

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

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Colon after property should be followed by one space
Open

  padding:0;

Colon after property should be followed by one space
Open

  width:100%;

Colon after property should be followed by one space
Open

  position:relative;

Commas in function arguments should be followed by one space
Open

  transform:translate(-50%,-50%);

Colon after property should be followed by one space
Open

  font-size:80px;

Properties should be ordered display, height, overflow, position, white-space, width
Open

    position: relative;

Colon after property should be followed by one space
Open

    position:sticky;

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

    --taskbarheight: 45px; // maybe deprecated in this file
Severity: Minor
Found in helper.scss by scss-lint

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

    color-scheme: light;
Severity: Minor
Found in helper.scss by scss-lint

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

            &:hover, &:focus-visible {
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language