Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Colon after property should be followed by one space
Open

        cursor:pointer;
Severity: Minor
Found in helper.scss by scss-lint

!important should not be used
Open

    display: none !important;
Severity: Minor
Found in helper.scss by scss-lint

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

    * {
Severity: Minor
Found in helper.scss by scss-lint

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

    .altbar {
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered background, border, color
Open

        color: #fff;
Severity: Minor
Found in helper.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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered background-color, border, border-radius, height, top
Open

        top: 0 !important;
Severity: Minor
Found in style.scss by scss-lint

Avoid using id selectors
Open

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

Line should be indented with spaces, not tabs
Open

    overflow: hidden;
Severity: Minor
Found in style.scss by scss-lint

Avoid vendor prefixes.
Open

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

Line should be indented with spaces, not tabs
Open

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

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

        background: #000000;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered background-color, border-radius, display, left, min-height, min-width, position, top, transform, transform-origin
Open

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

Properties should be ordered border-radius, bottom, left, margin, outline, top, transform, transform-origin
Open

            transform: scale(.25) !important;
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

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

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

!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

        height: 100vh !important;
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language