Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Rule declaration should be preceded by an empty line
Open

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

Avoid vendor prefixes.
Open

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

Properties should be ordered aspect-ratio, font-size, height, max-width, padding
Open

                    height: 100%;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

                        background-color: #f00 !important;
Severity: Minor
Found in style.scss by scss-lint

Colon after property should be followed by one space
Open

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

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

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

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

        right:calc(2rem - 1px);
Severity: Minor
Found in style.scss by scss-lint

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

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

Color #ffffff should be written as #fff
Open

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

Color #ffffaa should be written as #ffa
Open

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

Commas in function arguments should be followed by one space
Open

        background: rgba(255,255,255,.15);
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

Color literals like rgba(0, 0, 0, 0.6) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            outline: 40px solid rgba(0,0,0,.6);
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

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

Properties should be ordered aspect-ratio, background, border, border-radius, font-size, height, justify-content, line-height, margin, object-fit, padding, position, text-align, top, z-index
Open

                height: 100%;
Severity: Minor
Found in style.scss by scss-lint

Color #aaccff should be written as #acf
Open

        border-bottom: 1px solid #aaccff;
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language