Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Colon after property should be followed by one space
Open

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

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

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

Properties should be ordered display, height, margin, overflow, position, width
Open

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

Colon after property should be followed by one space
Open

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

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

        left:10px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered bottom, height, left, width
Open

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered font-size, height, margin, top
Open

        top: -6px;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

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

Avoid using id selectors
Open

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

Properties should be ordered background-color, height
Open

            height: calc(200% + 36px);
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

        width:25px;
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language