diff --git a/README.md b/README.md index 23c2936..838a9f9 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,18 @@ Check out the README within the sass directory for more information. Gesso includes several theme-specific settings for managing classes output by Drupal, which you can change at admin/appearance/settings/gesso. +### Non-Drupal configuration files + +* config.rb: Ruby configuration file used for Compass compilation of Sass +files. + +* 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. + ### Sass dependencies [Bundler](http://bundler.io) is used to manage the following dependencies and @@ -89,18 +101,6 @@ 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