Set up sass

This commit is contained in:
arne 2022-02-19 18:29:17 +01:00
commit fd5e0004ce
207 changed files with 1250 additions and 14 deletions

5
scripts/serve.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env sh
printf '
pnpm run watch:eleventy
pnpm run watch:sass
' | xargs -P 0 -I '{}' sh -c '{}'