hlfcoding/hlf-css

View on GitHub
src/imports/_grayscale-colors.scss

Summary

Maintainability
Test Coverage

1.0 should be written without the mantissa as 1
Open

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

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);

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);

There are no issues that match your filters.

Category
Status