1
레일 용 나침반 젬을 사용하고 있습니다. 그것을 설치 한 후에 Compass와 함께 제공되는 믹스 인을 사용했습니다. 콘솔에서 비추천 경고가 표시됩니다.나침반 레일을 사용할 때의 더 이상 사용되지 않는 경고
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.
온라인으로 문제를 해결하는 데 문제가 있습니다. 이 경고는 무엇을 의미하며 해결하기 위해 무엇을 할 수 있습니까?
감사합니다. –