Today, I upgraded my Padrino project to compass 1.0.3, which came with sass 3.4.11. It generated a deprecation warning for one of scut's mixins:
DEPRECATION WARNING: Passing false, a non-string value, to unquote() will
be an error in future versions of Sass.
on line 1425 of /Users/timmy/.rbenv/versions/2.2.0/gemsets/midwest-website/gems/scut-1.1.0/dist/_scut.scss, in `scut-reverse-italics'
from line 1436 of /Users/timmy/.rbenv/versions/2.2.0/gemsets/midwest-website/gems/scut-1.1.0/dist/_scut.scss
from line 4 of /Coder/projects/mwdl/midwest-website/app/stylesheets/application.scss
I'm aspiring to take a look at it within the week, and offer up a pull request.
Loving this gem - very handy!
Today, I upgraded my Padrino project to compass 1.0.3, which came with sass 3.4.11. It generated a deprecation warning for one of scut's mixins:
I'm aspiring to take a look at it within the week, and offer up a pull request.