Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

border: 0 is preferred over border: none
Open

            border: none;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    height: 16px;
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

Line should be indented with spaces, not tabs
Open

    -khtml-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

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

Line should be indented with spaces, not tabs
Open

    overflow: visible;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

            margin-bottom:0;
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

Merge rule .start_menu with rule on line 574
Open

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

!important should not be used
Open

    overflow: visible !important;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

        overflow: hidden !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    justify-content: space-between;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered display, line-height, margin
Open

                margin: auto;
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

Colon after property should be followed by one space
Open

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

Rule declaration should be preceded by an empty line
Open

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

Line should be indented with spaces, not tabs
Open

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

Avoid using id selectors
Open

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