Description
With compass 1.0.3 and Sass 3.4.20, I'm getting the following deprecation warnings:
DEPRECATION WARNING on line 87 of /usr/local/lib/ruby/gems/2.1/gems/compass-core-1.0.3/stylesheets/compass/css3/_deprecated-support.scss: #{} interpolation near operators will be simplified in a future version of Sass. To preserve the current behavior, use quotes:
unquote('"$moz-"#{$experimental-support-for-mozilla} "$webkit-"#{$experimental-support-for-webkit} "$opera-"#{$experimental-support-for-opera} "$microsoft-"#{$experimental-support-for-microsoft} "$khtml-"#{$experimental-support-for-khtml}')
I "fixed" this using sass-convert -F scss -T scss --in-place -R stylesheets/ in the compass installation dir, but that's not really a viable solution for a production environment.