all-sites.styl 295 B

12345678910
  1. // * all-sites.styl
  2. // All site-specific rules in one file
  3. // This requires "sites/" because the Makefile runs stylus from the
  4. // parent directory. Using "stylus -r" should make this unnecessary,
  5. // but it doesn't.
  6. // Sites starting with '_' will not be included.
  7. @require 'sites/[!_]*.styl'