Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Avoid using id selectors
Open

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

Declaration should be terminated by a semicolon
Open

                    display: inline
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Properties should be ordered background-color, cursor
Open

            cursor: text;

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

            &.decimal {

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

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

Colon after property should be followed by one space
Open

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

Line should be indented with spaces, not tabs
Open

    justify-content: center;

Properties should be ordered border-radius, height, width
Open

        height: 2.2rem;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    display: inline-grid;

Properties should be ordered background, display, height, left, margin, padding, position, top, width, z-index
Open

    padding: 0;
Severity: Minor
Found in Program Files/settings/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

  background: #000;

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

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

Properties should be ordered background, border, border-radius, display, height, margin, padding, position, width
Open

  position: relative;

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

    z-index: 200;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Colon after property should be followed by one space
Open

  transition:.1s;

Line should be indented with spaces, not tabs
Open

    .leftmenu,
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

  height:100vh;

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

Commas in function arguments should be followed by one space
Open

    transform:translate(-50%,-50%);

Line should be indented with spaces, not tabs
Open

    #canvascopy {
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint
Severity
Category
Status
Source
Language