Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

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

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

        min-height:20px;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

            }

Avoid using id selectors
Open

#gridcontainercontainer {

Properties should be ordered border-bottom, font-size, line-height, margin-bottom, padding-bottom, text-align
Open

    text-align: center;

Properties should be ordered border-top, line-height, margin-top, padding-top, text-align
Open

    text-align: right;

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered font-size, height, line-height, margin, padding, width
Open

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

Line should be indented 2 spaces, but was indented 4 spaces
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

    background: var(--themecolor);
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

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

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

Colon after property should be followed by one space
Open

  font-family:var(--font);

Colon after property should be followed by one space
Open

    top:50%;

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

    background: #000;

Rule declaration should be preceded by an empty line
Open

    tr {

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

    tr {

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

    --black2: #151515;
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

    color: #000;
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language