RamseyInHouse / scut

Sass utilities for the frontend laborer.
https://ramseyinhouse.github.io/scut/
MIT License
769 stars 61 forks source link

fixes SASS deprecation warning in reverse-italics typography mixin #177

Closed timiyay closed 9 years ago

timiyay commented 9 years ago

As discussed in issue #176, SASS 3.4.11 was giving deprecation warnings for Scut's scut-reverse-italics mixin, due to its use of the unquote function on a non-string.

This fixes that :)

davidtheclark commented 9 years ago

Thanks! I incorporated your change in https://github.com/davidtheclark/scut/commit/63fc6561e765f9ae78accc40feedc532bf8f9cf5. It should be available now in v1.1.2.

timiyay commented 9 years ago

Thanks for the sweet library