You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Teemu Suo-Anttila 882fc8c786 Move compiled themes out from resources 8 years ago
..
bourbon Move compiled themes out from resources 8 years ago
_anim.scss Move compiled themes out from resources 8 years ago
_bevel-and-shadow.scss Move compiled themes out from resources 8 years ago
_blend-modes.scss Move compiled themes out from resources 8 years ago
_color.scss Move compiled themes out from resources 8 years ago
_css3.scss Move compiled themes out from resources 8 years ago
_gradient.scss Move compiled themes out from resources 8 years ago
_lists.scss Move compiled themes out from resources 8 years ago
_util.scss Move compiled themes out from resources 8 years ago
readme.txt Move compiled themes out from resources 8 years ago

readme.txt

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);