Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Line should be indented with spaces, not tabs
Open

    -webkit-user-select: none;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Avoid using id selectors
Open

        +#emergencytoolsloading {
Severity: Minor
Found in style.scss by scss-lint

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

        background: #ffffaa;
Severity: Minor
Found in style.scss by scss-lint

Color #000000 should be written as #000
Open

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

Expected item on line 260 to appear before line 248. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

            transform: scale(.25) !important;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

        transition: .3s !important;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Avoid vendor prefixes.
Open

        -webkit-user-select: none;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered border, border-bottom-left-radius, border-bottom-right-radius, border-top, color-scheme, height, left, overflow, position, top, width
Open

        position: absolute;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Properties should be ordered height, position, transform, width
Open

            width: 10px;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered height, left, position, top, width
Open

    position: absolute;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    position: relative;
Severity: Minor
Found in style.scss by scss-lint

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

    text-overflow:ellipsis;

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

    --hovercolor: #ffaa0077;
Severity: Minor
Found in helper.scss by scss-lint

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

    --font-size-base: 1em;
Severity: Minor
Found in helper.scss by scss-lint

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

    font-size: var(--font-size-base);
Severity: Minor
Found in helper.scss by scss-lint

Unknown property color-scheme
Open

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

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

            &:hover, &:focus-visible {
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language