Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Line should be indented with spaces, not tabs
Open

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

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

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

Line should be indented with spaces, not tabs
Open

    max-height: 100vh;
Severity: Minor
Found in style.scss by scss-lint

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

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

!important should not be used
Open

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

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

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered background, border-bottom, position, top
Open

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

Line should be indented with spaces, not tabs
Open

    font-size: 16px;
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

Commas in function arguments should be followed by one space
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

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

Line should be indented with spaces, not tabs
Open

    transform: scale(1) translate(1);
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    transform-origin: bottom left;
Severity: Minor
Found in style.scss by scss-lint

Commas in function arguments should be followed by one space
Open

            outline: 40px solid rgba(0,0,0,.6);
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

        top: 0 !important;
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

Properties should be ordered display, height, left, position, top, width, z-index
Open

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

!important should not be used
Open

        background-color: transparent !important;
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language