Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Line should be indented with spaces, not tabs
Open

    .leftmenu {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

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

            background-color: lime;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Properties should be ordered display, opacity, position, visibility
Open

        position:absolute;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

!important should not be used
Open

        background:var(--black) !important;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Avoid using id selectors
Open

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

Properties should be ordered background, font-size, left, min-width, width
Open

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

Merge rule body with rule on line 1
Open

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

Avoid using id selectors
Open

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

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

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

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

    .bool_range {
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

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

Colon after property should be followed by one space
Open

      box-shadow:0 0 10px 5px var(--hovercolornontransparent),

Properties should be ordered display, font-size, font-weight, left, position, text-align, top, width
Open

  position:absolute;

Rule declaration should be preceded by an empty line
Open

  sub {

Properties should be ordered background, bottom, display, height, left, overflow, position, width
Open

  overflow: auto;

Properties should be ordered left, margin, padding, position
Open

    padding:.1rem 0 .1rem .2rem;

Properties should be ordered padding-right, vertical-align, width
Open

        width: 1em;

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

    --black3: #444;
Severity: Minor
Found in helper.scss by scss-lint

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

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

Selector has_hover should be written in lowercase with hyphens
Open

    button,
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language