DEPRECATION WARNING on line 87 of D:/Program Files/Ruby23-x64/lib/rub
0/gems/compass-core-1.0.3/stylesheets/compass/css3/_deprecated-suppor
interpolation near operators will be simplified
version of Sass. To preserve the current behavior, use quotes:
"$moz-"#{$experimental-support-for-mozilla} "$webkit-"#{$experimental
r-webkit} "$opera-"#{$experimental-support-for-opera} "$microsoft-"#{
al-support-for-microsoft} "$khtml-"#{$experimental-support-for-khtml}
the sass-convert command to automatically fix most cases.
DEPRECATION WARNING on line 92 of D:/Program Files/Ruby23-x64/lib/rub
0/gems/compass-core-1.0.3/stylesheets/compass/css3/_deprecated-suppor
interpolation near operators will be simplified
version of Sass. To preserve the current behavior, use quotes:
"$ie6-"#{$legacy-support-for-ie6} "$ie7-"#{$legacy-support-for-ie7} "
gacy-support-for-ie8}')
the sass-convert command to automatically fix most cases.
My method is relatively crude, but you should try it:
Close all
cmd
windows and preferably kill the process. If not, restart your computerExecution
compass clean
Retry your command
Thanks for the invitation. I have never used Windows, so I have never encountered this error. However, looking at the error, it seems that it is a Ruby dependency problem. My personal suggestion is that you first make sure that your Ruby environment has no problems, because there are many problems with the installation of Windows Ruby. Diverse.
The ultimate trick - give up sass. In fact, think about it carefully. There is no need to use sass for your css. You can replace it with less, stylus, or postcss. Don't follow what others say. .
Deprecation Warning is to remind you that a feature will be deprecated. Find the line it prompts and change it as it says
It won’t be affected if you don’t change it, it’s a warning anyway, code workers never careㄟ(▔,▔)ㄏ