diff --git a/README.md b/README.md index 35bf1ce..23c2936 100644 --- a/README.md +++ b/README.md @@ -67,20 +67,39 @@ Check out the README within the sass directory for more information. ## Configuration -Gesso includes several theme-specific settings for managing classes output by Drupal, which you can change at admin/appearance/settings/gesso. - -#### Front end tool dependencies -__[Bundler](http://bundler.io)__ is used to manage the following dependencies and minimum required Ruby Gem versions. (Similar to [Bower](http://bower.io/), but for Ruby Gems.) -- __[Breakpoint](http://breakpoint-sass.com):__ Easy to write media queries. -- __[Compass](http://compass-style.org):__ Open-source Sass framework. -- __[Sass](http://sass-lang.com):__ CSS on steroids. Adds nested rules, variables, mixins, selector inheritance, and more. -- __[Sass Globbing](https://github.com/chriseppstein/sass-globbing):__ Adds glob-based imports to Sass. -- __[Singularity](http://singularity.gs):__ Grid-based layout system. - -#### Three main non-Drupal configuration files: -- __config.rb:__ Ruby configuration file used for Compass compilation of Sass files. _Compass settings in Gruntfile.js will override settings in config.rb._ -- __Gemfile:__ Used by Bundler. Running `bundle install` will install the correct versions of all required dependencies. -- __Gemfile.lock:__ Generated by Bundler after running `bundle install`. Lists the exact versions installed, according to the minimum requirements set in the Gemfile. +Gesso includes several theme-specific settings for managing classes output by +Drupal, which you can change at admin/appearance/settings/gesso. + +### Sass dependencies + +[Bundler](http://bundler.io) is used to manage the following dependencies and +minimum required Ruby Gem versions. (Similar to [Bower](http://bower.io/), but +for Ruby Gems.) To learn more about installing Bundler and compiling Sass, check +out README.md within the sass directory. + +* [Breakpoint](http://breakpoint-sass.com): Easy to write media queries. + +* [Compass](http://compass-style.org): Open-source Sass framework. + +* [Sass](http://sass-lang.com): CSS on steroids. Adds nested rules, variables, +mixins, selector inheritance, and more. + +* [Sass Globbing](https://github.com/chriseppstein/sass-globbing): Adds glob- +based imports to Sass. + +* [Singularity](http://singularity.gs): Grid-based layout system. + +### Non-Drupal configuration files + +* config.rb: Ruby configuration file used for Compass compilation of Sass +files. _Compass settings in Gruntfile.js will override settings in config.rb._ + +* Gemfile: Used by Bundler. Running `bundle install` will install the +correct versions of all required dependencies. + +* Gemfile.lock: Generated by Bundler after running `bundle install`. Lists +the exact versions installed, according to the minimum requirements set in the +Gemfile. ## Maintainers