beavyHQ/beavy

View on GitHub
beavy/jsbeavy/styles/bourbon/css3/_radial-gradient.scss

Summary

Maintainability
Test Coverage

Prefer single quoted strings
Open

  $shape-size-spec: if(($shape-size-spec != " ") and ($pos == null), "#{$shape-size-spec}, ", "#{$shape-size-spec} ");

Colon after property should be followed by one space
Open

  background-color:  $fallback-color;

Prefer single quoted strings
Open

  @if (type-of($fallback) == color) or ($fallback == "transparent") {

Avoid vendor prefixes.
Open

  background-image: -webkit-radial-gradient(unquote(#{$pos}#{$shape-size}#{$full}));

There are no issues that match your filters.

Category
Status