Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Properties should be ordered background-color, border, border-top-left-radius, border-top-right-radius, height, overflow, padding-right, position, top, width
Open

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

Properties should be ordered display, height, position, right, top
Open

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

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

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

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

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered background, border, height, width
Open

        width: 100%;
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

    left: 0;
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

!important should not be used
Open

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

Color #000000 should be written as #000
Open

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

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

Rule declaration should be preceded by an empty line
Open

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

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