Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

            border-left: 1px solid #666;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Properties should be ordered display, height, left, margin, position, top, width
Open

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

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

    border-bottom: 1px solid #666;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Colon after property should be followed by one space
Open

    border-color:#fff;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Properties should be ordered border, height, width
Open

  height:100%;

Colon after property should be followed by one space
Open

  width:30%;

Colon after property should be followed by one space
Open

  text-align:center;

Rule declaration should be followed by an empty line
Open

  }

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

    --bg-1: var(--black);
Severity: Minor
Found in helper.scss by scss-lint

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

    --bg-4: var(--black4);
Severity: Minor
Found in helper.scss by scss-lint

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

    font-size: var(--font-size-base);
Severity: Minor
Found in helper.scss by scss-lint

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

    background: var(--beige4);
Severity: Minor
Found in helper.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    &::selection {
Severity: Minor
Found in helper.scss by scss-lint

Merge rule body with rule on line 41
Open

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

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

    border-radius: var(--border-radius);
Severity: Minor
Found in helper.scss by scss-lint

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

    &::-webkit-meter-optimum-value {
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered background, border, border-radius, height, line-height, padding
Open

        line-height: revert;
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

    border:1px solid var(--themecolor);
Severity: Minor
Found in helper.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    hr {
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language