Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Line should be indented with spaces, not tabs
Open

    position: absolute;
Severity: Minor
Found in style.scss by scss-lint

Properties should be ordered background-color, opacity
Open

                        opacity: 1 !important;
Severity: Minor
Found in style.scss by scss-lint

Selector color_dot_div should be written in lowercase with hyphens
Open

        .color_dot_div {

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

    background: var(--black2);

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

    #headbar2 {

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

                input {
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

  font-family:var(--font);
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

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

Colon after property should be followed by one space
Open

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

Colon after property should be followed by one space
Open

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

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

    padding: 0;

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

    height: 100%;

Rule declaration should be preceded by an empty line
Open

    .result {

!important should not be used
Open

                background-color: var(--hovercolor) !important;

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

            &.n { // number

Properties should be ordered font-size, transition
Open

    transition: .2s;

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

  display: inline;
Severity
Category
Status
Source
Language