layout.sass 352 B

12345678
  1. @import "../config/config"
  2. // LAYOUT: Macro arrangement of a web page, including any grid systems.
  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 "layout--grid"