compass-bootstrap
compass-bootstrap copied to clipboard
Spin mixin?
Where is the spin mixin located? The first instance I found is when it is first used in the variables partial. Thanks.
+1 Trying to figure this out as well.
Okay, so I did a bit more research and it looks like this is a leftover from the original Twitter Bootstrap (which is written using LESS). The spin mixin is actually a LESS mixin. It can be simulated in SASS with adjust-hue(#f00, 120deg).
I discovered this as well. Fixed it in my port to 2.0. Pull request submitted.
Still an issue :) replacing spin with adjust-hue works.