// The ERB code is not executed upon compilation. It's intended to be executed by the asset pipeline of the consumer app. @fontAwesomeEotPath: url("<%= asset_path 'fontawesome-webfont.eot' %>"); @fontAwesomeEotPath_iefix: url("<%= asset_path 'fontawesome-webfont.eot#iefix' %>"); @fontAwesomeWoffPath: url("<%= asset_path 'fontawesome-webfont.woff' %>"); @fontAwesomeTtfPath: url("<%= asset_path 'fontawesome-webfont.ttf' %>"); @fontAwesomeSvgPath: url("<%= asset_path 'fontawesome-webfont.svg#fontawesomeregular' %>"); // Font Awesome @import "fontawesome/font-awesome"; @import "fontawesome/font-awesome-ie7";