Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

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

!important should not be used
Open

            transition: background-color .1s, filter .1s !important;
Severity: Minor
Found in helper.scss by scss-lint

Colon after property should be followed by one space
Open

        transition:.1s;
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

Begin pseudo classes with a single colon: :
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

Properties should be ordered background, border-bottom
Open

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

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

    height:auto;
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

Rule declaration should be followed by an empty line
Open

                }

Properties should be ordered display, height, margin, margin-top, max-height, object-fit, overflow, pointer-events, position, top, width
Open

            position: relative;

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

    padding: 20px;

Properties should be ordered margin, padding
Open

    padding: 0;
Severity: Minor
Found in Program Files/browser/style.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

                    border: 1px solid #000;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

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

                #websitecontrols {
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Rule declaration should be followed by an empty line
Open

                }
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Properties should be ordered border, height, width
Open

            height: 100%;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Colon after property should be followed by one space
Open

  width:100%;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

    display:none;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint
Severity
Category
Status
Source
Language