zola/components/site
Anna Harren 24d47845f4
Ignore sass directories starting with _ (#1084)
Prior to this change, only sass files starting with _ were ignored by
Zola's sass compiler. This made using sass frameworks incredibly
inconvenient, as Zola attempted to compile every single sass file in the
framework, and inevitably errored due to them not being standalone. For
example, to use the Bulma framework, you had to manually add an
underscore to the beginning of *every* sass file in it so Zola would
stop trying to compile them as standalone css files. Now you can change
the directory name to _bulma and have the same result.
2020-07-22 18:46:22 +02:00
..
benches Make path to config.toml independent from root dir (#1023) 2020-05-23 11:55:45 +02:00
src Ignore sass directories starting with _ (#1084) 2020-07-22 18:46:22 +02:00
tests clippy + fmt + fix toml dates in extra arrays 2020-06-18 21:12:46 +02:00
Cargo.toml Not sure it changes anything but... 2020-06-15 19:14:35 +02:00