mirror of
https://github.com/alphapapa/solarized-everything-css
synced 2024-11-15 00:12:44 +00:00
e2104657d8
Now correctly including generic.styl in all other sheets. This was quite a mess to figure out because of the way Stylus handles imports/requires. IIRC, Less doesn't work this way, but, of course, Less is much more limited than Stylus.
8 lines
236 B
Stylus
8 lines
236 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.
|
|
@require 'sites/*' |