Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Rule declaration should be preceded by an empty line
Open

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

Properties should be ordered background, color, display, height, resize, width
Open

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

Properties should be ordered color, font-size, height, left, margin, position, top
Open

    position: relative;
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

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

Line should be indented with spaces, not tabs
Open

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

Color literals like rgba(255, 255, 255, 0.15) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

        background: rgba(255,255,255,.15);
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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    &.peeking:not(.active) {
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

                z-index:99999 !important;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered opacity, transform, transition, visibility, z-index
Open

                z-index:99999 !important;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered border-radius, bottom, left, margin, outline, top, transform, transform-origin
Open

            transform: scale(.25) !important;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

        z-index: 999999 !important;
Severity: Minor
Found in style.scss by scss-lint

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

            .pin {
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

!important should not be used
Open

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

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

                border-bottom: 1px solid #000;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered border-bottom, border-left, border-radius, border-right
Open

            border-left: none;
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
Severity
Category
Status
Source
Language