- updated dependencies to make gem work with color gem version 1.5.x
- rails 4 compatibility
- Refactoring of
ColorVariableParser
to be closer to Sass - Now all color variables that can be successfully resolved to a
Sass::Script::Color
are supported:- Sass color functions (e.g.
lighten(#00f, 20%)
,darken()
,saturate()
) - RGBA colors (e.g.
rgba(255, 255, 255, 0.5
) - and more
- Sass color functions (e.g.
- added rudimentary support for color variables with values generated by Sass color functions, e.g.
$color: shade($other-color, 10%)
- more tests
- finished up renaming to "smurfville"
- renamed gem again, this time to "smurfville", because "smurf-rails" might give the impression that this is extension of the other "smurf" gem
- renamed gem to "smurf-rails" because there already is a gem called "smurf"
- added variable usage counts for color variables
- initial release