Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Properties should be ordered opacity, transform, transition, visibility, z-index
Open

                z-index:99999 !important;
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

            margin: 0 !important;
Severity: Minor
Found in style.scss by scss-lint

Prefer single quoted strings
Open

                    content: "📍";
Severity: Minor
Found in style.scss by scss-lint

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

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

Property border already defined on line 424
Open

        border: 1px solid var(--themecolor);
Severity: Minor
Found in style.scss by scss-lint

Selector should have depth of applicability no greater than 3, but was 5
Open

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

Selector should have depth of applicability no greater than 3, but was 4
Open

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

Avoid vendor prefixes.
Open

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

Each selector in a comma sequence should be on its own single line
Open

#emergencytools, #emergencytoolsloading { // Emergency Tools
Severity: Minor
Found in style.scss by scss-lint

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

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    height: calc(100vh - var(--taskbarheight));
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered background, bottom, height, left, padding, position, top, width
Open

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

Commas in function arguments should be followed by one space
Open

        background: rgba(255,255,255,.15);
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

                z-index:99999 !important;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

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

Line should be indented with spaces, not tabs
Open

    &.minimized {
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language