compiling node modules

This commit is contained in:
Priec
2026-05-16 22:42:22 +02:00
parent 2eb8cbac5c
commit fcaf2038ad
9 changed files with 1159 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
/* Tailwind + daisyUI source. The Tailwind CLI compiles this into a purged,
minified bundle at assets/static/css/app.css (served at /static/css/app.css)
— see the `build:css` / `watch:css` scripts in package.json. */
@tailwind base;
@tailwind components;
@tailwind utilities;