theme.sass 485 B

123456789
  1. @import "../config/config"
  2. // THEME: purely visual styling (“look-and-feel”) for a component.
  3. // Read more about SMACSS categorization for Drupal Themes: https://www.drupal.org/node/1887922
  4. // When following SMCASS, this would be used for dark/light themes (not general styling): https://smacss.com/book/type-theme
  5. // This file is complied separately so we can pull in config dependencies above
  6. // while also maintaining Drupals SMACSS structure.
  7. // @import "theme/theme--light"