minthemiddle / Quick-Capture

A quick capture app for adding thoughts to a daily markdown note.
MIT License
4 stars 0 forks source link

How to compile CSS when building? #33

Closed minthemiddle closed 4 hours ago

minthemiddle commented 4 hours ago

When building via cargo tauri build, CSS does not seem to be compiled.

minthemiddle commented 4 hours ago

I think, you need to build it separately:

npx tailwindcss -i ./src/in.css -o ./src/out.css --minify