CirclonGroup / angular-tree-component

A simple yet powerful tree component for Angular (>=2)
https://angular2-tree.readme.io/docs
MIT License
1.1k stars 492 forks source link

Include scss for tree shaking #814

Open Gillardo opened 4 years ago

Gillardo commented 4 years ago

I dont need all the css as i override a lot of the styling to match our application which i am sure lots of other people do as well.

It would be nice to not have to include the whole css theme file, but instead include link to scss file which angular can then use tree shaking on and only use what we need.