Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

                img {
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

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

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

Line should be indented with spaces, not tabs
Open

    margin: 5px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered padding-right, vertical-align, width
Open

        width: 1em;

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

    --black2: #151515;
Severity: Minor
Found in helper.scss by scss-lint

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

    --black3: #444;
Severity: Minor
Found in helper.scss by scss-lint

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

    --glassyElementBlur: 25px;
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

Selector contextMenu should be written in lowercase with hyphens
Open

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

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

    background:#ffffff77;
Severity: Minor
Found in helper.scss by scss-lint

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

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

Rule declaration should be preceded by an empty line
Open

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

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

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

Properties should be ordered border, border-bottom, margin, padding
Open

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

border: 0 is preferred over border: none
Open

        border:none;
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language