# EnglishTea Atomic CSS from WorkingNotWorking.com ## Installation Add this line to your application's Gemfile: ```ruby gem 'english_tea' ``` And then execute: $ bundle Or install it yourself as: $ gem install english_tea Include in your application.css file: *= require english_tea/all Alternatively you can include individual modules by directory/name: *= require_tree english_tea/setup *= require_tree english_tea/typography *= require english_tea/buttons/index ## Documentation See https://workingnotworking.com/styleguide for tons of usage examples (coming soon). ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).