Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

        color:#ff0;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

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

Avoid using id selectors
Open

#gridcontainer {

Line should be indented with spaces, not tabs
Open

    width: 100%;

Selector notification_icon should be written in lowercase with hyphens
Open

  .notification_icon {

Use // comments everywhere
Open

/* .rm_not:hover {

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

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

Properties should be ordered border, margin, max-height, max-width, object-fit
Open

            margin: auto;

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

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

Properties should be ordered border-bottom, padding
Open

    padding: 10px 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

            background: #fff;
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint

Colon after property should be followed by one space
Open

  color:#fff;

Colon after property should be followed by one space
Open

  height:100%;

Colon after property should be followed by one space
Open

    width:auto;

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

    border-collapse: collapse;

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

    --beige2: #cca;
Severity: Minor
Found in helper.scss by scss-lint

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

    overflow: clip;
Severity: Minor
Found in helper.scss by scss-lint

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

    padding: 0;
Severity: Minor
Found in helper.scss by scss-lint
Severity
Category
Status
Source
Language