2023-06-13 00:07:14 +03:00
|
|
|
#!/usr/bin/env nix-shell
|
|
|
|
#!nix-shell -i bash -p curl sass
|
|
|
|
cd static/css
|
2024-02-23 19:12:40 +02:00
|
|
|
curl https://raw.githubusercontent.com/BatteredBunny/common-web-styles/main/common.scss --remote-name
|
2023-06-13 00:07:14 +03:00
|
|
|
sass -C common.scss common.css
|
|
|
|
rm common.scss
|