Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

border: 0 is preferred over border: none
Open

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

Properties should be ordered background, background-color, color, color-scheme
Open

        color: #fff;
Severity: Minor
Found in helper.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    overscroll-behavior: none;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered max-width, width
Open

        width: 290px;

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

    border-top: 1px solid var(--themecolor);

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

    meter {

Avoid using id selectors
Open

    #spaceinfo {

Rule declaration should be followed by an empty line
Open

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

Rule declaration should be followed by an empty line
Open

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

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

body, input {
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

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

      color:#6f6;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    input {
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

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

    margin: 0;

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

    height: 100%;

Rule declaration should be followed by an empty line
Open

            }

Properties should be ordered box-sizing, display, grid-template-columns, overflow, width
Open

    display: inline-grid;

Line should be indented with spaces, not tabs
Open

    grid-template-columns: repeat(7, 1fr);

Properties should be ordered background, border-left, height, margin, overflow-x, padding, scrollbar-width, width
Open

  padding: 0;

Rule declaration should be preceded by an empty line
Open

  .notification_icon {

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

            &.active {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint
Severity
Category
Status
Source
Language