Replies: 1 comment
-
You'd need a build process to run a CSS tree-shaker (I think Webpack's |
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
-
Similar to tree shaking for JS libraries, is it possible to only include the specific pieces need to make, say, a line chart work? I presume so if the
src
was distributed via thenpm
package, but it's not clear to me if only importing thegeneral
, partials, thecomponent
partials that I want to use, and thechart
partial I need would actually work.Beta Was this translation helpful? Give feedback.
All reactions