Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Colon after property should be followed by one space
Open

  display:inline-block;
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

Properties should be ordered border, border-left, display, height, left, margin-left, min-height, outline, padding, position, top, width
Open

        outline:0;
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 appearance, background-color, border, border-radius, box-sizing, height, line-height, outline, overflow, padding, resize, text-align, transition, width
Open

        transition: 0s;

Avoid using id selectors
Open

    body #gridcontainer .cell {

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

  border-left: 1px solid #000;

Properties should be ordered box-sizing, color, margin, padding, scrollbar-width
Open

  scrollbar-width: thin;

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

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

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

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

            box-shadow: 0 0 4px 4px #fff;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    main {

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

    #categorycontainer {
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

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

    border-bottom: 1px solid #666;
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

Colon after property should be followed by one space
Open

  position:absolute;

Colon after property should be followed by one space
Open

  width:100%;

Colon after property should be followed by one space
Open

  bottom:0;
Severity
Category
Status
Source
Language