Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Each selector in a comma sequence should be on its own single line
Open

    &,* {
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

!important should not be used
Open

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

Commas in function arguments should be followed by one space
Open

            outline: 40px solid rgba(0,0,0,.6);
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered background, content
Open

                    content: "📍";
Severity: Minor
Found in style.scss by scss-lint

Color #000000 should be written as #000
Open

                    background: #000000;
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

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

                &.fullscreen {
Severity: Minor
Found in style.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

Rule declaration should be preceded by an empty line
Open

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

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

    line-height: 2;
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

    &::-webkit-meter-optimum-value {
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

        border-bottom:1px solid var(--themecolor);
Severity: Minor
Found in helper.scss by scss-lint

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

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

Colon after property should be followed by one space
Open

        padding:3px 8px;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

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

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

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

Declaration should be terminated by a semicolon
Open

        border:1px solid var(--themecolor)
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language