Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Properties should be ordered background, display, height, left, margin, padding, position, top, width, z-index
Open

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

Colon after property should be followed by one space
Open

  height:100vh;

Colon after property should be followed by one space
Open

  height:55%;

Colon after property should be followed by one space
Open

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

Properties should be ordered font-size, font-weight, padding-left, position
Open

    position: absolute;

Colon after property should be followed by one space
Open

  width:100%;

Colon after property should be followed by one space
Open

    display:inline-block;

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

    --black: #000;
Severity: Minor
Found in helper.scss by scss-lint

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

    --font-size-base: 1em;
Severity: Minor
Found in helper.scss by scss-lint

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

html, body {
Severity: Minor
Found in helper.scss by scss-lint

Unknown property accent-color
Open

    accent-color: var(--themecolor);
Severity: Minor
Found in helper.scss by scss-lint

Expected item on line 73 to appear before line 70. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

                background-color: var(--hovercolor);
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

Colon after property should be followed by one space
Open

    border-bottom:1px solid #555;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

    box-sizing:border-box;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

    filter:contrast(.4) brightness(.6) grayscale(.1);
Severity: Minor
Found in helper.scss by scss-lint

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

    cursor: default;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

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

Properties should be ordered background-color, height, left, margin, overflow, overscroll-behavior, padding, position, top, width
Open

    margin: 0;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    padding: 0;
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language