Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

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

            a {

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

    background: black;

Color black should be written in hexadecimal form as #000000
Open

    background: black;

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

    border-radius: var(--border-radius);

Selector big_buttons should be written in lowercase with hyphens
Open

    &.big_buttons {

Line contains trailing whitespace
Open

    

!important should not be used
Open

        border-radius: var(--border-radius) !important;

Properties should be ordered background-color, background-repeat, border, border-radius, display, height, margin, padding, position, right, top, width
Open

                width: 12px;

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

                &_0 {

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

    width: 100%;

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

    background: #77777744;

Properties should be ordered max-width, width
Open

        width: 290px;

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

    background: var(--black2);

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

    meter {

Properties should be ordered aspect-ratio, font-size, height, padding
Open

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

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

    padding: .4rem;

Colon after property should be followed by one space
Open

            margin-bottom:2px;

Properties should be ordered --background-color, --color, --font
Open

  --color:#fff;
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

p, a, b, input, .cmdinputcontainer {
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

  font-size:18px
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint
Severity
Category
Status
Source
Language