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

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

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

    --bg-1: var(--black);
Severity: Minor
Found in helper.scss by scss-lint

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

    overflow: clip;
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered accent-color, background, color, color-scheme, font-family, font-size, margin, padding
Open

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

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

    font-size: 1rem;
Severity: Minor
Found in helper.scss by scss-lint

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

    font-size: 1em;
Severity: Minor
Found in helper.scss by scss-lint

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

    &::-moz-meter-bar {
Severity: Minor
Found in helper.scss by scss-lint

Properties should be ordered background, border-bottom, box-sizing, display, flex-direction, height, padding, position, top, width
Open

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

Rule declaration should be preceded by an empty line
Open

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

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

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

Colon after property should be followed by one space
Open

    flex-direction:row;
Severity: Minor
Found in helper.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
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

    z-index:1000;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

    position:sticky;

Colon after property should be followed by one space
Open

        display:block;
Severity: Minor
Found in helper.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

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

    line-height: 1.75;

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

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

                >* {
Severity: Minor
Found in style.scss by scss-lint
Severity
Category
Status
Source
Language