beavyHQ/beavy

View on GitHub
beavy/jsbeavy/styles/bourbon/functions/_transition-property-name.scss

Summary

Maintainability
Test Coverage

'-'+$vendor+'-'+$prop should be written with a single space on each side of the operator: '-'+$vendor+'-' + $prop
Open

    @return unquote('-'+$vendor+'-'+$prop);

'-'+$vendor should be written with a single space on each side of the operator: '-' + $vendor
Open

    @return unquote('-'+$vendor+'-'+$prop);

'-'+$vendor+'-' should be written with a single space on each side of the operator: '-'+$vendor + '-'
Open

    @return unquote('-'+$vendor+'-'+$prop);

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

  @else {

There are no issues that match your filters.

Category
Status