Using another rollup plugin to import CSS into JS #3749
Unanswered
ravinsharma7
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Previously when I was just using rollup only, I was using https://github.com/Anidetrix/rollup-plugin-styles to import tailwind styles into lit components. Since it can detect CSS resources pretty universally, I can just use CSS without thinking about the type of import. Can we use another rollup plugin to handle the CSS instead of depending on the default snowpack behaviour?
Beta Was this translation helpful? Give feedback.
All reactions