Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Rule declaration should be followed by an empty line
Open

            }

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

            &.backspace {

Avoid using id selectors
Open

#gridcontainer {

Avoid using id selectors
Open

    body #gridcontainer .cell {

Properties should be ordered height, left, position, top
Open

    position: absolute;

Properties should be ordered background-color, height, overflow
Open

    height:100vh;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

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

            &.active {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    #loadcanvas {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Avoid using id selectors
Open

    #imagep {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

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

Properties should be ordered display, height, width
Open

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

Rule declaration should be followed by an empty line
Open

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

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

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

Avoid using id selectors
Open

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

Avoid using id selectors
Open

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

Colon after property should be followed by one space
Open

  width:100vw;

Colon after property should be followed by one space
Open

  width:100%;

Colon after property should be followed by one space
Open

  width:30%;

Colon after property should be followed by one space
Open

    transform:translate(-50%,-50%);
Severity
Category
Status
Source
Language