kuatsure/helpful-helpers

View on GitHub

Showing 6 of 6 total issues

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

    $expect: gray;
Severity: Minor
Found in test/functions.scss by scss-lint

Declaration should be terminated by a semicolon
Open

        color: #c0c
Severity: Minor
Found in test/mixins.scss by scss-lint

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

    $expect: gray;
Severity: Minor
Found in test/functions.scss by scss-lint

Opening curly brace in a single line rule set { should be preceded by at least one space
Open

  @if $keyword{ font-size: $keyword; }
Severity: Minor
Found in mixins/_font-size.scss by scss-lint

Declaration should be terminated by a semicolon
Open

        color: #000
Severity: Minor
Found in test/mixins.scss by scss-lint

@else should be placed on same line as previous curly brace
Open

  @else { font-size: $decimal-size * $hh-base-font-multiplier * 16px;}
Severity: Minor
Found in mixins/_font-size.scss by scss-lint
Severity
Category
Status
Source
Language