Use lightningcss

This commit is contained in:
Jonny Barnes 2025-04-10 16:53:23 +01:00
parent 1fe9a42d8d
commit 540bd17792
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
36 changed files with 728 additions and 252 deletions

8
scripts/fix-sourcemap.sh Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env zsh
if ! (( $+commands[sd] )) &> /dev/null; then
echo "sd not installed"
exit 1
fi
sd 'sourceMappingURL=public' 'sourceMappingURL=' public/assets/css/app.css