Hook up Deadfire, a minimal css pre-processor and normalize.css to your application with the new asset pipeline, Propshaft.
To setup your application with the base css run bundle exec rake rewindcss:install
.
To setup your application with pure.css (responsive version) run bundle exec rake rewindcss:purecss
.
To setup your application with bulma.css run bundle exec rake rewindcss:bulma
.
Add this line to your application's Gemfile:
gem "rewindcss-rails"
And then execute:
$ bundle
Or install it yourself as:
$ gem install rewindcss-rails
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.