From 365a786f575200fda76240fbc71f542eea2a2758 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 21 Feb 2025 20:29:44 -0800 Subject: [PATCH] first commit --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..9fd878c --- /dev/null +++ b/package.json @@ -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" + } +}