beavyHQ/beavy

View on GitHub
beavy/jsbeavy/styles/bourbon/css3/_background-image.scss

Summary

Maintainability
Test Coverage

Property background-image already defined on line 40
Open

  background-image: $spec-images;

Prefer single quoted strings
Open

      @if $url-str == "url" {

@else should be placed on same line as previous curly brace
Open

      @else if $gradient-type == "radial" {

Prefer single quoted strings
Open

      @else if $gradient-type == "radial" {

Commas in function arguments should be followed by one space
Open

    $spec-images:   append($spec-images,   $spec-image,   comma);

@else should be placed on same line as previous curly brace
Open

      @else if $gradient-type == "linear" {

Commas in function arguments should be followed by one space
Open

    $spec-images:   append($spec-images,   $spec-image,   comma);

@else should be placed on same line as previous curly brace
Open

      @else if $gradient-type == "radial" {

Prefer single quoted strings
Open

      @else if $gradient-type == "linear" {

There are no issues that match your filters.

Category
Status