Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Rule declaration should be preceded by an empty line
Open

                    &.headbar {
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered border, display, height, opacity, width
Open

    display: inline;
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    background: #000000;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered height, max-height, resize, width
Open

            resize: both;
Severity: Minor
Found in style.scss by scss-lint

border-bottom: 0 is preferred over border-bottom: none
Open

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

Properties should be ordered background-color, border, border-top-left-radius, border-top-right-radius, height, overflow, padding-right, position, top, width
Open

        position: relative;
Severity: Minor
Found in style.scss by scss-lint

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

                &[disabled],
Severity: Minor
Found in style.scss by scss-lint

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

                &.reload {
Severity: Minor
Found in style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    left: 400px;
Severity: Minor
Found in style.scss by scss-lint

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 style.scss by scss-lint

Colon after property should be followed by one space
Open

        opacity:.6;
Severity: Minor
Found in Program Files/paint/paint.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/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

            position:relative;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Avoid using id selectors
Open

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

Selector bool_range should be written in lowercase with hyphens
Open

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

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

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

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

  color:#fff;

Rule declaration should be preceded by an empty line
Open

  >nav {

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

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

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

    &::selection {
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language