Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Line should be indented with spaces, not tabs
Open

    align-items: center;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

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

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

Line should be indented with spaces, not tabs
Open

    width: 100vw;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered opacity, transform, transform-origin, transition
Open

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

Line should be indented with spaces, not tabs
Open

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

Rule declaration should be preceded by an empty line
Open

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

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

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

border: 0 is preferred over border: none
Open

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

!important should not be used
Open

            display: inline-block !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    width: 200px;
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

Colon after property should be followed by one space
Open

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

Rule declaration should be preceded by an empty line
Open

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

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in helper.scss by scss-lint

!important should not be used
Open

        top: 0 !important;
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language