Closed lemonadee71 closed 1 year ago
I would love to have this feature also, because when you are not using shadowDOM the styles loads much faster this way.
Opened a PR for an implementation of this that will forward content script css files as inputs to Vite. I tested it with some simple css, css with tailwind loaded in it like your example, and scss files and it seemed to work alright.
Thanks! Will wait for it to be merged then
I have this in my config
And I have a tailwind css file
I expect the
inject.css
to be compiled but it is only copy pasted intodist/src
. Is this possible? I'm new to vite and web extensions.