Hey guys, using KMP and Kotlin/JS here. I’m trying...
# javascript
a
Hey guys, using KMP and Kotlin/JS here. I’m trying to use tailwindcss/forms plugin, but it seems that my build is unable to process it. I’m installing it via
implementation(npm("@tailwindcss/forms", "latest"))
and adding it in the
tailwind.config.js
like
plugins: [require("@tailwindcss/forms")]
but
jsBrowserDevelopmentWebpack
task always fails with message that it cannot find the module
@tailwind/forms
.
t
Do you have isolated example with described problem?