mirror of
https://github.com/alphapapa/solarized-everything-css
synced 2024-11-16 21:26:15 +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
72 B
Stylus
8 lines
72 B
Stylus
// * index.styl
|
|
|
|
// Included in every sheet
|
|
|
|
@require "sites/generic"
|
|
|
|
|