Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

    overflow: hidden;

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

    border-top: 1px solid var(--themecolor);

Rule declaration should be preceded by an empty line
Open

    body {
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Properties should be ordered border, border-radius, flex-grow, line-height, margin, padding
Open

                padding: 1px;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Selector should have depth of applicability no greater than 3, but was 5
Open

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

Colon after property should be followed by one space
Open

  line-height:1.2;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        z-index:999;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

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

html, body, .content {

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

            &:hover, &:focus, &:active {

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

                background-color: #ff3333;

Properties should be ordered border-top, line-height, margin-top, padding-top, text-align
Open

    text-align: right;

Colon after property should be followed by one space
Open

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

Line should be indented with spaces, not tabs
Open

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

Properties should be ordered bottom, right, width
Open

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

Colon after property should be followed by one space
Open

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

Properties should be ordered align-items, box-sizing, display, height, justify-content, left, max-height, overflow, position, top, width
Open

        position: relative;
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;

Rule declaration should be preceded by an empty line
Open

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

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

    border-bottom: 1px solid #666;
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-collapse: collapse;
Severity
Category
Status
Source
Language