From b25e9fcf3644d28c61a0af05f5a9d0fc0345449c Mon Sep 17 00:00:00 2001 From: polwex Date: Sat, 28 Jun 2025 02:05:03 +0700 Subject: tailwind working kinda --- NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NOTES.md') diff --git a/NOTES.md b/NOTES.md index 0fd67b5..082a9d4 100644 --- a/NOTES.md +++ b/NOTES.md @@ -18,6 +18,10 @@ The user is experiencing a build failure with the `litedb` library. The error me * The `lib` directory works correctly without a main module file or an explicit `(modules ...)` stanza. * The error is specific to the `litedb` library. + +* Tailwind is abominable. They deprecated the tailwind.config.js file for a shitty CLI with barely any options. You can't tell it which folders to follow so just call it from root. + `bunx @tailwindcss/cli -i js/styles.css -o js/output.css` + ### Next Steps: I need to re-evaluate my understanding of how `dune` resolves modules. I will now try to run the application again, but this time I will pay close attention to the build output to see if there are any other clues that I've missed. -- cgit v1.2.3