Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

!important should not be used
Open

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

!important should not be used
Open

            left: 20px !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

!important should not be used
Open

        opacity: .5 !important;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered background, color, display, height, left, max-height, max-width, overflow, padding, position, top, width, z-index
Open

    display: none;
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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered pointer-events, transform, user-select
Open

            transform: scaleY(0);
Severity: Minor
Found in style.scss by scss-lint

Color #ffffaa should be written as #ffa
Open

        background: #ffffaa;
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

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

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

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

                        background-color: #f00 !important;
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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered border-bottom, z-index
Open

                z-index: 2;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Rule declaration should be preceded by an empty line
Open

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