Maingron/MainOS

View on GitHub

Showing 2,735 of 2,735 total issues

border: 0 is preferred over border: none
Open

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

Nesting should be no greater than 3, but was 4
Open

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

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

        padding:4px;
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 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 with spaces, not tabs
Open

    #background img {
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

!important should not be used
Open

        overflow: hidden !important;
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

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

Properties should be ordered display, flex-direction, flex-wrap, justify-content, left, overflow, padding, position, top, width
Open

        padding: 5px;
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

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

        top: -6px;
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

Avoid using id selectors
Open

    #icons {
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

Selector start_menu should be written in lowercase with hyphens
Open

    .start_menu {
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
Severity
Category
Status
Source
Language