Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Colon after property should be followed by one space
Open

        text-decoration:none;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

        cursor:pointer;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

            border-bottom:none;
Severity: Minor
Found in helper.scss by scss-lint

border-bottom: 0 is preferred over border-bottom: none
Open

        border-bottom:none;
Severity: Minor
Found in helper.scss by scss-lint

Prefer single quoted strings
Open

@import "helper.min.css";
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

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

                        .progicon, .progtitle {
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

Avoid using id selectors
Open

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

Line should be indented with spaces, not tabs
Open

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

Avoid using id selectors
Open

#emergencytools, #emergencytoolsloading { // Emergency Tools
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered height, margin, position, right, top, width
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

0px should be written without units as 0
Open

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

Rule declaration should be preceded by an empty line
Open

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

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