jamestomasino/stutter

View on GitHub
src-options/main.scss

Summary

Maintainability
Test Coverage

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

            .attribute {
Severity: Minor
Found in src-options/main.scss by scss-lint

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

            input {
Severity: Minor
Found in src-options/main.scss by scss-lint

Properties should be ordered text-align, width
Open

                width: 100px;
Severity: Minor
Found in src-options/main.scss by scss-lint

Empty rule
Open

            .attribute {
Severity: Minor
Found in src-options/main.scss by scss-lint

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

            .attribute {
Severity: Minor
Found in src-options/main.scss by scss-lint

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

            input {
Severity: Minor
Found in src-options/main.scss by scss-lint

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

                    input {
Severity: Minor
Found in src-options/main.scss by scss-lint

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

                        outline: 1px solid gray;
Severity: Minor
Found in src-options/main.scss by scss-lint

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

            div {
Severity: Minor
Found in src-options/main.scss by scss-lint

Properties should be ordered border-bottom, display, justify-content, padding, width
Open

            display: inline-flex;
Severity: Minor
Found in src-options/main.scss by scss-lint

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

            border-bottom: 1px #aaa dotted;
Severity: Minor
Found in src-options/main.scss by scss-lint

Properties should be ordered border-bottom, font-family, font-size, font-style, font-variant, font-weight, line-height, padding
Open

            padding: 10px 0;
Severity: Minor
Found in src-options/main.scss by scss-lint

Properties should be ordered display, font-size, margin, text-align, width
Open

            width: 200px;
Severity: Minor
Found in src-options/main.scss by scss-lint

Properties should be ordered align-items, background-color, cursor, display, font-family, justify-content, padding
Open

            display: flex;
Severity: Minor
Found in src-options/main.scss by scss-lint

Properties should be ordered margin, max-width, padding
Open

        max-width: 600px;
Severity: Minor
Found in src-options/main.scss by scss-lint

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

            &.update {
Severity: Minor
Found in src-options/main.scss by scss-lint

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

            div {
Severity: Minor
Found in src-options/main.scss by scss-lint

Merge rule label with rule on line 16
Open

        label {
Severity: Minor
Found in src-options/main.scss by scss-lint

Color #ffffff should be written as #fff
Open

            background-color: #ffffff;
Severity: Minor
Found in src-options/main.scss by scss-lint

Color gray should be written in hexadecimal form as #808080
Open

                        outline: 1px solid gray;
Severity: Minor
Found in src-options/main.scss by scss-lint

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

                input {
Severity: Minor
Found in src-options/main.scss by scss-lint

Avoid using id selectors
Open

    #stutter-form {
Severity: Minor
Found in src-options/main.scss by scss-lint

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

                div {
Severity: Minor
Found in src-options/main.scss by scss-lint

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

            span {
Severity: Minor
Found in src-options/main.scss by scss-lint

Properties should be ordered pointer-events, text-align, width
Open

                    width: 100px;
Severity: Minor
Found in src-options/main.scss by scss-lint

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

            border-bottom: 1px #aaa dotted;
Severity: Minor
Found in src-options/main.scss by scss-lint

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

            span {
Severity: Minor
Found in src-options/main.scss by scss-lint

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

                        background-color: #ffeeab;
Severity: Minor
Found in src-options/main.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    #stutter-form {
Severity: Minor
Found in src-options/main.scss by scss-lint

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

            background-color: #ffffff;
Severity: Minor
Found in src-options/main.scss by scss-lint

There are no issues that match your filters.

Category
Status