Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Properties should be ordered bottom, right, width
Open

        width: 9rem;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Avoid using id selectors
Open

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

Properties should be ordered display, flex-direction, height, justify-content, text-align, width
Open

        justify-content: center;

Properties should be ordered box-sizing, height
Open

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

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

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

Properties should be ordered display, height, width
Open

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

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

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

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

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

Selector bool_range should be written in lowercase with hyphens
Open

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

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

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

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

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

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

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

Avoid using id selectors
Open

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

Colon after property should be followed by one space
Open

  left:50%;

Rule declaration should be preceded by an empty line
Open

    img {

Colon after property should be followed by one space
Open

    position:absolute;

Properties should be ordered background, border, display, height, margin, padding, position, text-align, text-decoration, width
Open

    display:inline-block;

Colon after property should be followed by one space
Open

    height:var(--altbarheight);
Severity: Minor
Found in helper.scss by scss-lint

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

    width:100%;
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered backdrop-filter, background, border, border-radius, box-sizing, display, height, min-height, min-width, padding, position, width, z-index
Open

    width:auto;
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language