Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Line should be indented with spaces, not tabs
Open

    -webkit-touch-callout: none;
Severity: Minor
Found in style.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

body.big_buttons { // Big Buttons
Severity: Minor
Found in style.scss by scss-lint

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

    font-size: 1em;
Severity: Minor
Found in helper.scss by scss-lint

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

    box-sizing: border-box;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

    flex-direction:row;
Severity: Minor
Found in helper.scss by scss-lint

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

    border-bottom:1px solid #555;
Severity: Minor
Found in helper.scss by scss-lint

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

    padding:0;
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered border, border-bottom, margin, padding
Open

        margin:0;
Severity: Minor
Found in helper.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

            &:last-of-type {
Severity: Minor
Found in helper.scss by scss-lint

Declaration should be terminated by a semicolon
Open

        border:1px solid var(--themecolor)
Severity: Minor
Found in helper.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    height: 100%;
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

Line should be indented with spaces, not tabs
Open

    display: flex;
Severity: Minor
Found in style.scss by scss-lint

Property height already defined on line 143
Open

    height: calc(100vh - var(--taskbarheight));
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

Color #000000 should be written as #000
Open

        color: #000000;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

    box-sizing:border-box;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

    z-index:1000;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

    border:1px solid var(--themecolor);
Severity: Minor
Found in helper.scss by scss-lint

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

    min-width: 130px;
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language