Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

Unknown property color-scheme
Open

        color-scheme: dark;
Severity: Minor
Found in helper.scss by scss-lint

!important should not be used
Open

                filter: brightness(1.2) !important;
Severity: Minor
Found in helper.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

        .controls {
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    display: inline;
Severity: Minor
Found in style.scss by scss-lint

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

    width: 100%;
Severity: Minor
Found in helper.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    display: none !important;
Severity: Minor
Found in style.scss by scss-lint

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

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

Properties should be ordered height, left, top, width, z-index
Open

        z-index: 100000 !important;
Severity: Minor
Found in style.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 with spaces, not tabs
Open

    left: 0;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered aspect-ratio, background, border, border-radius, font-size, height, justify-content, line-height, margin, object-fit, padding, position, text-align, top, z-index
Open

                height: 100%;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered cursor, filter, pointer-events, touch-action, user-select
Open

    filter:contrast(.4) brightness(.6) grayscale(.1);
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

        right:calc(2rem - 1px);
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

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

!important should not be used
Open

                        background-color: #f00 !important;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

            &:last-of-type {
Severity: Minor
Found in helper.scss by scss-lint

Color #ffffff should be written as #fff
Open

    color: #ffffff;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Colon after property should be followed by one space
Open

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