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;

Properties should be ordered --altbarcolor, --altbarheight, --beige, --beige2, --beige3, --beige4, --bg-1, --bg-2, --bg-3, --bg-4, --bg-5, --black, --black2, --black3, --black4, --black5, --border-radius, --font, --font-size-base, --glassyElementBackground, --glassyElementBlur, --glassyElementSpacing, --hovercolor, --hovercolornontransparent, --taskbarheight, --themecolor
Open

    --themecolor: #940;
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

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

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

    accent-color: var(--themecolor);
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

    position:sticky;
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

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

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

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

    pointer-events: none;
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

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

            .color_dot {

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

    overflow: hidden;

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

    position: relative;

Begin pseudo classes with a single colon: :
Open

        &::-moz-meter-bar {

Properties should be ordered display, flex-direction, height, justify-content, padding
Open

            justify-content: stretch;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Avoid using id selectors
Open

            &#website {
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint
Severity
Category
Status
Source
Language