Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    progress {
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

Line should be indented with spaces, not tabs
Open

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

Prefer single quoted strings
Open

                    content: "📍";
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    &.fullscreen {
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

!important should not be used
Open

        z-index: 100000 !important;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

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

Properties should be ordered display, position, right, transform
Open

                        transform: scale(.8);
Severity: Minor
Found in style.scss by scss-lint

Avoid vendor prefixes.
Open

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

!important should not be used
Open

    z-index: 99999999 !important;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered background-color, border, display, float, font-size, height, justify-content, left, min-width, padding, position, top, width, z-index
Open

        position: relative;
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

Rule declaration should be followed by an empty line
Open

            }
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Avoid using id selectors
Open

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

    top: 0;
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language