Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Properties should be ordered font-size, height, line-height, margin, padding, width
Open

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

Colon after property should be followed by one space
Open

      box-shadow:0 0 10px 5px var(--hovercolornontransparent),

Colon after property should be followed by one space
Open

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

Each selector in a comma sequence should be on its own single line
Open

html, body, .content {

Colon after property should be followed by one space
Open

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

Properties should be ordered font-size, transition
Open

    transition: .2s;

Properties should be ordered box-sizing, height
Open

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

Line should be indented with spaces, not tabs
Open

    box-sizing: border-box;

Selector a_notificaton should be written in lowercase with hyphens
Open

.a_notificaton {

Rule declaration should be preceded by an empty line
Open

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

Properties should be ordered background, font-size, left, min-width, width
Open

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

Rule declaration should be preceded by an empty line
Open

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

Properties should be ordered box-sizing, display, height
Open

    display: block;

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

        outline: 1px solid yellow;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

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

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

Colon after property should be followed by one space
Open

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

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

    .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

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

Colon after property should be followed by one space
Open

    background-color:var(--beige2) !important;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

  display:flex;
Severity
Category
Status
Source
Language