Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Rule declaration should be preceded by an empty line
Open

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

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

                    background-color: red;

Color orange should be written in hexadecimal form as #ffa500
Open

                    background-color: orange;

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

                &_E {

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

    bottom: 0;

Colon after property should be followed by one space
Open

        filter:invert(1);

Properties should be ordered display, flex-direction, height, margin, overflow, padding, width
Open

        width: 100%;
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

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

Nesting should be no greater than 3, but was 4
Open

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

0.5 should be written without a leading zero as .5
Open

                        opacity: 0.5;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Properties should be ordered background-color, box-sizing, min-height, padding, width
Open

  padding: 0 10px;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Properties should be ordered color, display, font-family, font-size, height, line-height, margin, padding
Open

  margin:0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

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

      color:#66f;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        display:block;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

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

html, body, .content {

Properties should be ordered box-sizing, height, margin, padding
Open

    margin: 0;

Avoid using id selectors
Open

        #result {

Line should be indented with spaces, not tabs
Open

    align-items: center;

Color lime should be written in hexadecimal form as #00ff00
Open

            background-color: lime;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint
Severity
Category
Status
Source
Language