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

Shorthand form for property padding should be written more concisely as 0 .25rem .25rem instead of 0 .25rem .25rem .25rem
Open

            padding: 0 .25rem .25rem .25rem;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

    left:50%;

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

Properties should be ordered display, font-size, font-weight, left, position, text-align, top, width
Open

  position:absolute;

Properties should be ordered border, height, width
Open

  height:100%;

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

  top:0;

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

        max-height:calc(100% - var(--altbarheight));
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

    margin:0;

Colon after property should be followed by one space
Open

    height:60%;

Colon after property should be followed by one space
Open

  text-align:center;

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

    --themecolor: #940;
Severity: Minor
Found in helper.scss by scss-lint

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

    box-sizing: border-box;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

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

    --black4: #555;
Severity: Minor
Found in helper.scss by scss-lint

Property position already defined on line 94
Open

    position: sticky;
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: 10px 0;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Colon after property should be followed by one space
Open

    border-color:#fff;
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

    border-color:#fff;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint
Severity
Category
Status
Source
Language