beavyHQ/beavy

View on GitHub
beavy/jsbeavy/styles/bourbon/functions/_is-length.scss

Summary

Maintainability
Test Coverage

Prefer single quoted strings
Open

  @return type-of($value) != "null" and (str-slice($value + "", 1, 4) == "calc"

Prefer single quoted strings
Open

       or (type-of($value) == "number" and not(unitless($value))));

Prefer single quoted strings
Open

  @return type-of($value) != "null" and (str-slice($value + "", 1, 4) == "calc"

There are no issues that match your filters.

Category
Status