Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Colon after property should be followed by one space
Open

    margin:0;

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

    background: #fff;

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

    width: 100%;

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

    font-size: 1rem;

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

    --altbarheight: 30px;
Severity: Minor
Found in helper.scss by scss-lint

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

    --glassyElementBackground: rgba(30,30,30,.5);
Severity: Minor
Found in helper.scss by scss-lint

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

    color: #000;
Severity: Minor
Found in helper.scss by scss-lint

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

    font-family: var(--font);
Severity: Minor
Found in helper.scss by scss-lint

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

    color: #000;
Severity: Minor
Found in helper.scss by scss-lint

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

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

Rule declaration should be preceded by an empty line
Open

            &:hover, &:focus-visible {
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered border, box-sizing, display, height, position, width
Open

    box-sizing: border-box;
Severity: Minor
Found in helper.scss by scss-lint

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

    height:var(--altbarheight);
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

    background:var(--beige);
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

        margin:0;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

        padding:0;
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered cursor, filter, pointer-events, touch-action, user-select
Open

    filter:contrast(.4) brightness(.6) grayscale(.1);
Severity: Minor
Found in helper.scss by scss-lint

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

        border: 1px solid #444;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

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

Selector should have depth of applicability no greater than 3, but was 4
Open

                &_D {
Severity
Category
Status
Source
Language