Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

  display:block;

Rule declaration should be preceded by an empty line
Open

  sub {

Colon after property should be followed by one space
Open

  height:auto;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    a {

Properties should be ordered background, border, display, height, margin, padding, position, text-align, text-decoration, width
Open

    display:inline-block;

Colon after property should be followed by one space
Open

    text-overflow:ellipsis;

Rule declaration should be preceded by an empty line
Open

    tr {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    --taskbarheight: 45px; // maybe deprecated in this file
Severity: Minor
Found in helper.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background-color: transparent;
Severity: Minor
Found in helper.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

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

Colon after property should be followed by one space
Open

    width:100%;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

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

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in helper.scss by scss-lint

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

        color: #fff;
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

Line should be indented 2 spaces, but was indented 4 spaces
Open

    ::-webkit-scrollbar-corner {
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

        background:var(--black);
Severity: Minor
Found in helper.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

!important should not be used
Open

                    opacity: .05 !important;
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language