Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Colon after property should be followed by one space
Open

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

Properties should be ordered box-sizing, height, margin, padding
Open

    margin: 0;

Avoid using id selectors
Open

        #result {

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

    width: 100%;

Properties should be ordered appearance, background-color, border, border-radius, box-sizing, height, line-height, outline, overflow, padding, resize, text-align, transition, width
Open

        transition: 0s;

Colon after property should be followed by one space
Open

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

Line should be indented with spaces, not tabs
Open

    body {
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;

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

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

Properties should be ordered border-left, display, height, left, overflow, position, width
Open

            display: block;
Severity: Minor
Found in Program Files/settings/style.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

Properties should be ordered background, border, height, width
Open

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

Colon after property should be followed by one space
Open

    text-align:center;

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

    background: #fff;

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

    .icon {

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

    --font: sans-serif;
Severity: Minor
Found in helper.scss by scss-lint

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

    --bg-5: var(--black5);
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

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

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