Updated get_style.sh

This commit is contained in:
batteredbunny 2024-02-23 19:12:40 +02:00
parent 48525e095c
commit 19d4881fbe

View file

@ -1,6 +1,6 @@
#!/usr/bin/env nix-shell #!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl sass #!nix-shell -i bash -p curl sass
cd static/css cd static/css
curl https://raw.githubusercontent.com/ayes-web/common-web-styles/main/common.scss --remote-name curl https://raw.githubusercontent.com/BatteredBunny/common-web-styles/main/common.scss --remote-name
sass -C common.scss common.css sass -C common.scss common.css
rm common.scss rm common.scss