beavyHQ/beavy

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

Summary

Maintainability
Test Coverage

Prefer single quoted strings
Open

  @if ($pos-type == color) or (nth($pos, 1) == "transparent")  {

Opening curly brace { should be preceded by one space
Open

  @if ($pos-type == color) or (nth($pos, 1) == "transparent")  {

Avoid vendor prefixes.
Open

  background-image: -webkit-linear-gradient($pos-degree $full); // Safari 5.1+, Chrome

Prefer single quoted strings
Open

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

There are no issues that match your filters.

Category
Status