Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

    display: flex;

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

                    background-color: blue;

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

    display: flex;

Properties should be ordered border-left, height, padding, width
Open

            width: auto;

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

    flex-direction: column;

Color purple should be written in hexadecimal form as #800080
Open

                    background-color: purple;

Selector fattr-outdated_file should be written in lowercase with hyphens
Open

        &.fattr-outdated_file {

Properties should be ordered border-radius, bottom, left, line-height, pointer-events, position, transform, user-select, width
Open

            position: absolute;

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

    bottom: 0;

Properties should be ordered outline-offset, padding
Open

                padding: 0;

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

                    background-color: red;

Rule declaration should be preceded by an empty line
Open

            .color_dot {

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

    left: 0;

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

                    background-color: orange;

Properties should be ordered border-radius, height, margin
Open

                height: 100%;

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

    meter {

Color yellow should be written in hexadecimal form as #ffff00
Open

                    background-color: yellow;

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

    backdrop-filter: blur(var(--glassyElementBlur));

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

                    background-color: yellow;

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

    left: 0;
Severity
Category
Status
Source
Language