有没有办法在Sass文件中使用我的Ruby应用程序中的变量?
解决方法
您可以将.erb扩展名添加到.sass文件中,然后像常规.erb文件中一样添加变量:
<%= APP_CONFIG[:yourkey] %>
更多信息:
> http://guides.rubyonrails.org/asset_pipeline.html#preprocessing
> http://guides.rubyonrails.org/asset_pipeline.html#coding-links-to-assets
> http://rwilcox.tumblr.com/post/9038701675/sass-variables-and-the-rails-3-1-asset-pipeline