blob: 6da898220ff1ee7a84b77c3c35d28b7a551725d5 [file] [log] [blame]
The Bourbon library has been modified to work around the limitations of the Sass Compiler.
The following changes should be taken into account if Bourbon is upgraded to a newer
version:
file _transition-property-name.scss, function transition-property-name: added space around
the operation '+'. This changed one line from
@return unquote('-'+$vendor+'-'+$prop);
to @return unquote('-' + $vendor + '-' + $prop);