hlfcoding/hlf-css

View on GitHub
src/imports/_chrome-helpers.scss

Summary

Maintainability
Test Coverage

TODO found
Open

// TODO: Document.
Severity: Minor
Found in src/imports/_chrome-helpers.scss by fixme

TODO found
Open

// TODO: horizontal support.
Severity: Minor
Found in src/imports/_chrome-helpers.scss by fixme

TODO found
Open

// TODO: box-shadow implementation support.
Severity: Minor
Found in src/imports/_chrome-helpers.scss by fixme

Opening curly brace { should be preceded by one space
Open

{
Severity: Minor
Found in src/imports/_chrome-helpers.scss by scss-lint

Name of variable W-5 should be written in all lowercase letters with hyphens instead of underscores
Open

@mixin text-inset($outset-color: $W-5, $inset-color: $b-5, $text-color: #ddd,
Severity: Minor
Found in src/imports/_chrome-helpers.scss by scss-lint

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

@mixin text-selection($color: $b-2, $text-color: #fff) {
Severity: Minor
Found in src/imports/_chrome-helpers.scss by scss-lint

Opening curly brace { should be preceded by one space
Open

{
Severity: Minor
Found in src/imports/_chrome-helpers.scss by scss-lint

Opening curly brace { should be preceded by one space
Open

{
Severity: Minor
Found in src/imports/_chrome-helpers.scss by scss-lint

Avoid qualifying attribute selectors with an element.
Open

    > span[data-title] {
Severity: Minor
Found in src/imports/_chrome-helpers.scss by scss-lint

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

@mixin text-inset($outset-color: $W-5, $inset-color: $b-5, $text-color: #ddd,
Severity: Minor
Found in src/imports/_chrome-helpers.scss by scss-lint

There are no issues that match your filters.

Category
Status