Heim > Fragen und Antworten > Hauptteil
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.
滿天的星座2017-04-25 09:03:37
谢邀, 基本没有使用 windows,所以这个错误没有碰到过,不过看错误,感觉像是 ruby的依赖问题,个人建议,你先确保自己的ruby环境没有问题,因为windows ruby的安装问题多种多样。
终极大招-- 放弃掉 sass,其实你自己仔细的想一想,你的css 没有必要非要用sass,可以用 less,stylus,或者 postcss来替换,不要人云亦云。。
PHP中文网2017-04-25 09:03:37
Deprecation Warning 就是提示你有特性将要被弃用啦,找到它提示的行,按它说的改就好了