Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Line should be indented with spaces, not tabs
Open

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

!important should not be used
Open

                border-radius: var(--border-radius) !important;
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

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

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

Line should be indented with spaces, not tabs
Open

    font-family: var(--font);
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    background-size: cover;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    .headbar .max,
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

        height:20px;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

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

Avoid using id selectors
Open

        +#emergencytoolsloading {
Severity: Minor
Found in style.scss by scss-lint

Declaration should be terminated by a semicolon
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    min-height: 50px;
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

Rule declaration should be preceded by an empty line
Open

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