mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-20 10:44:38 +10:00
10 lines
295 B
Stylus
10 lines
295 B
Stylus
// * all-sites.styl
|
|
|
|
// All site-specific rules in one file
|
|
|
|
// This requires "sites/" because the Makefile runs stylus from the
|
|
// parent directory. Using "stylus -r" should make this unnecessary,
|
|
// but it doesn't.
|
|
// Sites starting with '_' will not be included.
|
|
@require 'sites/[!_]*.styl'
|