Closed timiyay closed 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.
scut-reverse-italics
unquote
This fixes that :)
Thanks! I incorporated your change in https://github.com/davidtheclark/scut/commit/63fc6561e765f9ae78accc40feedc532bf8f9cf5. It should be available now in v1.1.2.
Thanks for the sweet library
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 theunquote
function on a non-string.This fixes that :)