Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

                img {
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

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

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

Properties should be ordered display, height, margin-bottom, margin-right, width
Open

            height: 1.75rem;

Colon after property should be followed by one space
Open

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

Declaration should be terminated by a semicolon
Open

  font-size:18px
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

!important should not be used
Open

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

Rule declaration should be followed by an empty line
Open

    }
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

            &:hover, &:focus, &:active {

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

            &.c { // clear

Properties should be ordered background-color, cursor
Open

            cursor: text;

Line should be indented with spaces, not tabs
Open

    body #gridcontainer .cell {

Selector a_notificaton should be written in lowercase with hyphens
Open

.a_notificaton {

Line should be indented with spaces, not tabs
Open

    box-sizing: border-box;

Line should be indented with spaces, not tabs
Open

    height: 100vh;

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

            a {
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Avoid using id selectors
Open

    #categorycontainer,
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

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

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

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

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

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

    padding: 0;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint
Severity
Category
Status
Source
Language