RamseyInHouse / scut

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

deprecation warning for scut-reverse-italics with sass 3.4.11 #176

Closed timiyay closed 9 years ago

timiyay commented 9 years ago

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:

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.

timiyay commented 9 years ago

PR #177 fixes the issue.

davidtheclark commented 9 years ago

Fixed in v1.1.2