jamestomasino/stutter

View on GitHub

Showing 292 of 292 total issues

!important should not be used
Open

                font-size: 60px !important;
Severity: Minor
Found in src-content/style.scss by scss-lint

Selector __stutter_flanker should be written in lowercase with hyphens
Open

                .__stutter_center,
Severity: Minor
Found in src-content/style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    all: initial;
Severity: Minor
Found in src-content/style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    display: block;
Severity: Minor
Found in src-content/style.scss by scss-lint

Property width already defined on line 55
Open

            width: 100%;
Severity: Minor
Found in src-content/style.scss by scss-lint

!important should not be used
Open

            font-family: Arial, sans-serif !important;
Severity: Minor
Found in src-content/style.scss by scss-lint

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

            .__stutter_center {
Severity: Minor
Found in src-content/style.scss by scss-lint

!important should not be used
Open

                color: var(--textColor) !important;
Severity: Minor
Found in src-content/style.scss by scss-lint

!important should not be used
Open

                color: var(--textColor) !important;
Severity: Minor
Found in src-content/style.scss by scss-lint

Properties should be ordered box-sizing, color, cursor, display, font-family, font-size, left, line-height, position, text-align, user-select
Open

            color: var(--buttonColor) !important;
Severity: Minor
Found in src-content/style.scss by scss-lint

Properties should be ordered box-sizing, color, display, font-family, font-size, line-height
Open

                display: block;
Severity: Minor
Found in src-content/style.scss by scss-lint

Selector __stutter_text should be written in lowercase with hyphens
Open

        .__stutter_text {
Severity: Minor
Found in src-content/style.scss by scss-lint

Selector __stutter should be written in lowercase with hyphens
Open

    #__stutter {
Severity: Minor
Found in src-content/style.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    box-sizing: border-box;
Severity: Minor
Found in src-content/style.scss by scss-lint

$i+'%' should be written with a single space on each side of the operator: $i + '%'
Open

            background: linear-gradient(to right, var(--barBG) 0%, var(--barBG) #{$i+'%'}, var(--progressColor) #{$i+'%'}, var(--progressColor) 100%);
Severity: Minor
Found in src-content/style.scss by scss-lint

Selector __stutter_left should be written in lowercase with hyphens
Open

        .__stutter_left {
Severity: Minor
Found in src-content/style.scss by scss-lint

!important should not be used
Open

            color: var(--textColor) !important;
Severity: Minor
Found in src-content/style.scss by scss-lint

!important should not be used
Open

                line-height: 1em !important;
Severity: Minor
Found in src-content/style.scss by scss-lint

!important should not be used
Open

                color: var(--buttonColor) !important;
Severity: Minor
Found in src-content/style.scss by scss-lint

!important should not be used
Open

                font-size: 60px !important;
Severity: Minor
Found in src-content/style.scss by scss-lint
Severity
Category
Status
Source
Language