Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Selector rm_not should be written in lowercase with hyphens
Open

.rm_not {

Line should be indented with spaces, not tabs
Open

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

Property overflow already defined on line 17
Open

        overflow: scroll;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

Colon after property should be followed by one space
Open

        position:absolute;
Severity: Minor
Found in Program Files/paint/paint.scss by scss-lint

!important should not be used
Open

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

Avoid using id selectors
Open

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

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

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

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

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

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

Colon after property should be followed by one space
Open

  border:0;

Rule declaration should be followed by an empty line
Open

  }

Properties should be ordered border-collapse, font-size, line-height, overflow, text-overflow, width
Open

    width: 100%;

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

    --black: #000;
Severity: Minor
Found in helper.scss by scss-lint

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

    --beige4: #fdfdfa;
Severity: Minor
Found in helper.scss by scss-lint

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

html, body {
Severity: Minor
Found in helper.scss by scss-lint

!important should not be used
Open

            transition: background-color .1s, filter .1s !important;
Severity: Minor
Found in helper.scss by scss-lint

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

            &:hover, &:focus-visible {
Severity: Minor
Found in helper.scss by scss-lint

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

    background:var(--beige);
Severity: Minor
Found in helper.scss by scss-lint

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

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

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

        #content {
Severity: Minor
Found in Program Files/settings/style.scss by scss-lint
Severity
Category
Status
Source
Language