diff options
author | polwex <polwex@sortug.com> | 2025-06-28 02:05:03 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-28 02:05:03 +0700 |
commit | b25e9fcf3644d28c61a0af05f5a9d0fc0345449c (patch) | |
tree | f6847405f73bd6ca5a7f6d116f52208006ab074f /NOTES.md | |
parent | 4588f36fa79f40c361dbe95ce7a157eebef45d8a (diff) |
tailwind working kinda
Diffstat (limited to 'NOTES.md')
-rw-r--r-- | NOTES.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |