Maingron/MainOS

View on GitHub

Showing 2,717 of 2,717 total issues

Rule declaration should be preceded by an empty line
Open

        img {

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

    --hovercolornontransparent: #ffaa00;
Severity: Minor
Found in helper.scss by scss-lint

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

    --beige: #ddb;
Severity: Minor
Found in helper.scss by scss-lint

Unknown property color-scheme
Open

    color-scheme: light;
Severity: Minor
Found in helper.scss by scss-lint

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

    button,
Severity: Minor
Found in helper.scss by scss-lint

Color red should be written in hexadecimal form as #ff0000
Open

                    background-color: red;

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

                &_F {

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

    position: relative;

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

    div.icon {

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

    height: auto;

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

    bottom: 0;

Avoid using id selectors
Open

                #websitecontrols {
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

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

Declaration should be terminated by a semicolon
Open

  color:$cmdwhite
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

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

Colon after property should be followed by one space
Open

        content:'> ';
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        width:100%;
Severity: Minor
Found in Program Files/cmd/style.scss by scss-lint

Colon after property should be followed by one space
Open

        border-left:5px solid $cmdwhite;
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 {

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

    .result {
Severity
Category
Status
Source
Language