first commit

This commit is contained in:
Penelope Gwen 2025-02-21 20:29:44 -08:00
commit 365a786f57

8
package.json Normal file
View file

@ -0,0 +1,8 @@
{
"devDependencies": {
"lightningcss-cli": "^1.29.1"
},
"scripts": {
"build": "lightningcss --minify --targets \">= 0.5%\" style/css/style-large.css -o style/css/style.css"
}
}