Middleman Neat
A gem for simple usage of Bourbon Neat inside your Middleman projects.
Installation & usage
Add this line to Middleman's Gemfile:
gem "middleman-neat"
In your config.rb:
activate :neat
Contributing
- Fork the repo!
- 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 with your changes