Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Line should be indented with spaces, not tabs
Open

    border: 0;
Severity: Minor
Found in style.scss by scss-lint

!important should not be used
Open

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

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

                &_A {

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

                &_B {

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

                &_C {

Prefer single quoted strings
Open

                    background-image: url("../../../logo.png");

Prefer single quoted strings
Open

                        content: "!";

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

    max-height: 40vh;

Avoid using id selectors
Open

#spaceinfo {

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

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

Avoid using id selectors
Open

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

Properties should be ordered border, border-radius, flex-grow, margin, padding, width
Open

                    padding: 5px 5px 5px 40px;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

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

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

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

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

Properties should be ordered aspect-ratio, font-size, height, padding
Open

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

Properties should be ordered border-radius, color, display, padding
Open

            display: inline-block;

Colon after property should be followed by one space
Open

  --font:sans-serif;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  background-color:$cmdblack;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

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

Declaration should be terminated by a semicolon
Open

  font-weight:inherit
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint
Severity
Category
Status
Source
Language