zavalacl / tc359_rails_final

0 stars 0 forks source link

Autoprefixer rails gem #2

Closed zavalacl closed 9 years ago

zavalacl commented 9 years ago

I added this to my gemfile but the instructions at https://github.com/ai/autoprefixer-rails got me confused. For example, where do I add these lines:

require "autoprefixer-rails" prefixed = AutoprefixerRails.process(css, from: 'main.css').css

AutoprefixerRails.process(css, from: 'a.css', browsers: ['> 1%', 'ie 10']).css

chrisvfritz commented 9 years ago

That's just an example for advanced use. For basic use, all you have to do is add it the Gemfile and bundle install.