Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

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

Avoid using id selectors
Open

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

Line should be indented with spaces, not tabs
Open

    padding: 15px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    flex-wrap: wrap;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Selector start_menu should be written in lowercase with hyphens
Open

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

Line should be indented with spaces, not tabs
Open

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

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

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

Properties should be ordered background, border-radius, display, height, margin-right, opacity, order, padding, position, right, top, width
Open

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

Properties should be ordered display, flex-direction, flex-wrap, height, justify-content, left, overflow, padding, position, top, -webkit-touch-callout, -khtml-user-select, -moz-user-select, -ms-user-select, -webkit-user-select, user-select, width
Open

    padding: 15px;
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

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

Properties should be ordered box-sizing, display, height, left, margin, min-height, object-fit, padding, position, top, width
Open

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

Merge rule .start_menu with rule on line 574
Open

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

Properties should be ordered background-color, border, height, padding-right, position, top, width
Open

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

Line should be indented with spaces, not tabs
Open

    background-color: var(--glassyElementBackground);
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

            }
Severity: Minor
Found in 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

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