有没有办法在Volt应用程序中设置autoprefixer?
发布于 2015-09-10 04:29:12
我自己还没有试过,但是你可以使用https://github.com/ai/autoprefixer-rails#sprockets,并在.rb /initializers/server/中的服务器文件中执行链轮设置指令。如果你让它工作了,请告诉我。
尝试如下所示:
require "autoprefixer-rails"
AutoprefixerRails.install(Volt.current_app.sprockets)https://stackoverflow.com/questions/32440587
复制相似问题