Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Colon after property should be followed by one space
Open

  font-weight:inherit
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

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

    color:#ff0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

    line-height:0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Properties should be ordered color, content, display, left, padding, position, z-index
Open

        content:'> ';
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        left:0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        left:0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        margin-left:-5px;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Properties should be ordered background-color, border, box-sizing, color, font-size, font-weight, height, width
Open

            width: 100%;

Rule declaration should be preceded by an empty line
Open

            &:hover {

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

            &:hover {

Color red should be written in hexadecimal form as #ff0000
Open

                background-color: red;

Line should be indented with spaces, not tabs
Open

    font-size: 1em;

Line should be indented with spaces, not tabs
Open

    box-sizing: border-box;

!important should not be used
Open

        border: 0px solid transparent !important;

Properties should be ordered background-color, cursor
Open

            cursor: cell;

Properties should be ordered background, border-left, height, margin, overflow-x, padding, scrollbar-width, width
Open

  padding: 0;

Properties should be ordered border-bottom, font-size, line-height, margin-bottom, padding-bottom, text-align
Open

    text-align: center;

Properties should be ordered background-color, border, border-radius, display, height, position, right, top, transition, width
Open

  display: inline;

Colon after property should be followed by one space
Open

    overflow:hidden;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint
Severity
Category
Status
Source
Language