hlfcoding/hlf-css

View on GitHub

Showing 21 of 21 total issues

Opening curly brace { should be preceded by one space
Open

{
Severity: Minor
Found in src/imports/_css-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

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

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

1.0 should be written without the mantissa as 1
Open

$w-f: rgba(#fff, 1.0);

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

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/_css-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

  @return transparentize(#fff, 1 - $alpha);

1.0 should be written without the mantissa as 1
Open

$b-f: rgba(#000, 1.0);

Opening curly brace { should be preceded by one space
Open

{
Severity: Minor
Found in src/imports/_css-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 class selectors with an element.
Open

    html.ie6 & {
Severity: Minor
Found in src/imports/_css-helpers.scss by scss-lint

Property display already defined on line 99
Open

      display: block;
Severity: Minor
Found in src/imports/_css-helpers.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

  @return transparentize(#000, 1 - $alpha);

Rule declaration should be followed by an empty line
Open

  &::after { content: ' '; display: table; }
Severity: Minor
Found in src/imports/_css-helpers.scss by scss-lint

Unknown property *zoom
Open

  *zoom: 1;
Severity: Minor
Found in src/imports/_css-helpers.scss by scss-lint

TODO found
Open

// TODO: box-shadow implementation support.
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
Severity
Category
Status
Source
Language