Almost-flat-ui foundation theme bundled for the rails assets pipeline.
almost-flat-ui-rails requires:
foundation-rails
,
sass-rails
, and
compass-rails
Add the following to your application's Gemfile:
gem 'sass-rails', '~> 5.0'
gem 'compass-rails', github: 'Compass/compass-rails', branch: 'master'
gem 'foundation-rails', '~> 5.5.3.2'
gem 'almost-flat-ui-rails'
This gem requires that the css manifest is an scss file.
Add @import "almost_flat_ui";
to stylesheets/application.scss
.
Make sure this is added after the foundation import, for example:
within... app/assets/stylesheets/application.scss
@import "foundation";
@import "almost_flat_ui";
- Fork it ( https://github.com/[my-github-username]/almost-flat-ui-rails/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request