Closed
Description
First off, thank you for your work with this library. Exactly the sort of solution I was hoping for.
I've figured out a way around this, but for future users importing styles with import 'nuxt-dropzone/dropzone.css'
doesn't work if you're using postcss. As a work around I copied the styles directly from here and pasted them into my styles globally (not scoped). Not the most elegant, but I thought I would document it in case someone else runs into this problem.