From d6d688eed9b9532ff79eb4c4ac8fb09b6e1ae2c8 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 29 Aug 2024 15:00:37 +0100 Subject: Started journey to move to Tailwind --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..05633ad --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "devDependencies": { + "autoprefixer": "^10.4.20", + "daisyui": "^4.12.10", + "postcss": "^8.4.41", + "tailwindcss": "^3.4.10" + }, + "scripts": { + "build": "tailwindcss build core/static/css/main.css -o core/static/css/output.css" + } +} -- cgit v1.2.3