Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Line should be indented with spaces, not tabs
Open

    justify-content: space-between;
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

    max-height: 40vh;
Severity: Minor
Found in style.scss by scss-lint

Avoid vendor prefixes.
Open

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Rule declaration should be preceded by an empty line
Open

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

Rule declaration should be preceded by an empty line
Open

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

Avoid using id selectors
Open

        #taskbartime,
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    height: calc(100% - 65px);
Severity: Minor
Found in style.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

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

Properties should be ordered float, height, left, margin, pointer-events, position
Open

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

Avoid using id selectors
Open

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

Line should be indented with spaces, not tabs
Open

    -webkit-touch-callout: none;
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 height, top, transform, width
Open

            transform: scale(.5, .5) translate(-50%, -50%);
Severity: Minor
Found in style.scss by scss-lint

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

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

Colon after property should be followed by one space
Open

    width:auto;
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

border-bottom: 0 is preferred over border-bottom: none
Open

            border-bottom:none;
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language