使用 Compass 时的弃用警告 Rails

Deprecation warning when using Compass Rails

我正在为 Rails 使用指南针 gem。安装后,我使用了 Compass 附带的一些 mixins。我在控制台中收到弃用警告:

DEPRECATION WARNING on line 87 of /usr/local/rvm/gems/ruby-2.3.0/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}')

You can use the sass-convert command to automatically fix most cases.

我无法在线找到解决此问题的方法。此警告是什么意思,我该如何解决?

显然这是 gem 中的错误。将修复推送到此处 gem 之前的解决方法:https://github.com/Compass/compass/pull/2088