Support CSS bundling (With @include CSS rules) #5505
trymeouteh
started this conversation in
Ideas
Replies: 1 comment
-
At the moment, CSS handling is not on the roadmap as it would increase the scope of Rollup core quite a bit, and it will likely not be on the roadmap for the years to come. Instead, I would invite people to write plugins to do that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please consider supporting bundling CSS in Rollup.
By simply using an entry file (such as index.css, build.css), it will make a build from the entry file.
CSS files that have
@include 'my-style.css
will also grab the styles from my-style.css and add it to the bundle.This will be very useful for web development.
Beta Was this translation helpful? Give feedback.
All reactions