components.sass 380 B

1234567891011
  1. @import "../config/config"
  2. // COMPONENTS: Discrete, reusable UI elements
  3. // Read more about SMACSS categorization for Drupal themes: https://www.drupal.org/node/1887922
  4. // This file is complied separately so we can pull in config dependencies above
  5. // while also maintaining Drupals SMACSS structure.
  6. @import "breadcrumb"
  7. @import "navigation"
  8. @import "site-name"
  9. @import "pager"