Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

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

Line should be indented with spaces, not tabs
Open

    order: 200;
Severity: Minor
Found in style.scss by scss-lint

border: 0 is preferred over border: none
Open

        border: none;
Severity: Minor
Found in style.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 style.scss by scss-lint

Properties should be ordered background-color, border, display, flex-flow, height, justify-content, margin, overflow, padding, position, transition, width
Open

        transition: .2s;
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Line should be indented with spaces, not tabs
Open

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

0.85 should be written without a leading zero as .85
Open

        font-size: 0.85em;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    overflow: visible !important;
Severity: Minor
Found in style.scss by scss-lint

Selector start_menu should be written in lowercase with hyphens
Open

    .start_menu {
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

Line should be indented with spaces, not tabs
Open

    -webkit-user-select: none;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

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

            filter: drop-shadow(0 0 1px #000);
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered bottom, color, display, margin, padding, position, right, z-index
Open

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

Avoid using id selectors
Open

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

Properties should be ordered display, flex-grow, height, position, width
Open

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

Properties should be ordered border-radius, display, margin, padding, position
Open

            display: inline-block;
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language