Maingron/MainOS

View on GitHub
Program Files/browser/style.scss

Summary

Maintainability
Test Coverage

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

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

Declaration should be terminated by a semicolon
Open

                    display: inline
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

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

Properties should be ordered display, flex-direction, height, margin, overflow, padding, width
Open

        width: 100%;
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

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

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

0.5 should be written without a leading zero as .5
Open

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

Properties should be ordered aspect-ratio, height, left, position, top, z-index
Open

                    height: 70%;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

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

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

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

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

Rule declaration should be preceded by an empty line
Open

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

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

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

Rule declaration should be preceded by an empty line
Open

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

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

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

Rule declaration should be followed by an empty line
Open

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

Rule declaration should be preceded by an empty line
Open

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

Line contains trailing whitespace
Open

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

Properties should be ordered margin, padding
Open

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

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

                    border: 1px solid #000;
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

Rule declaration should be followed by an empty line
Open

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

Properties should be ordered border, height, width
Open

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

Rule declaration should be preceded by an empty line
Open

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

Avoid using id selectors
Open

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

Rule declaration should be followed by an empty line
Open

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

Rule declaration should be followed by an empty line
Open

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

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

                &[disabled] {
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

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

    box-sizing: border-box;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Properties should be ordered display, flex-direction, height, justify-content, padding
Open

            justify-content: stretch;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Avoid using id selectors
Open

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

Properties should be ordered display, flex-direction, flex-grow, justify-content, position
Open

                flex-grow: 7;
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: 0;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

Avoid using id selectors
Open

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

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

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

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

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

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

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

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

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

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

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

                border: 1px solid #000;
Severity: Minor
Found in Program Files/browser/style.scss by scss-lint

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

            &#website {
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

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

border: 0 is preferred over border: none
Open

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

There are no issues that match your filters.

Category
Status