Quando provo ad eseguire "impacchettare exec orologio bussola" come al solito su un progetto, ora ho questo avvertimento:avvertimento Deprecation su Ruby con bussola
DEPRECATION WARNING on line 87 of /home/hedy/Sites/mywebsite.fr/src/vendor/bundle/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.
DEPRECATION WARNING on line 92 of /home/hedy/Sites/mywebsite.fr/src/vendor/bundle/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('"$ie6-"#{$legacy-support-for-ie6} "$ie7-"#{$legacy-support-for-ie7} "$ie8-"#{$legacy-support-for-ie8}')
You can use the sass-convert command to automatically fix most cases.
Ogni gemme sono aggiornati e io no sapere come rimuovere questo avviso ...
Questo dovrebbe essere qualcosa che puoi ignorare. Potresti provare ad aggiornare ad una versione alpha e vedere se questo risolve il problema per te (ad esempio 'gem install compass --pre'). L'avviso di ritiro è solo in Sass 3.4.20; il downgrade a 3.4.19 eliminerebbe anche l'avviso. – cimmanon
Hummm Ho già installato il 3.4.19 e sto usando il bundler – Hedy
Se eseguo un "compila compila compila compila", non c'è alcun avviso! Il problema si verifica solo durante la visione ... – Hedy