Describe the solution you'd like
I want to create a components library with Web Components, that's based on NES.css, but now I have to load the complete library into every component, which is not optimal and results in bulky packages. I would like to see that all components are published as separate (scoped) packages.
Describe alternatives you've considered
Include the complete NES.css library into every component I create.
I want to create a components library with Web Components, that's based on NES.css
Thanks 馃憤
We publish the two files. 馃摝
If you use scss, you can import components like @import "~nes.css/scss/elements/buttons.scss";. 馃
I'm gonna try it out! Thanks.
Most helpful comment
Thanks 馃憤
We publish the two files. 馃摝
If you use scss, you can import components like
@import "~nes.css/scss/elements/buttons.scss";. 馃