SC5 / sc5-styleguide

Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation
http://styleguide.sc5.io/
MIT License
1.26k stars 171 forks source link

Angular directives and Webpack #739

Open alexisbellido opened 8 years ago

alexisbellido commented 8 years ago

I'm using Webpack [http://webpack.github.io/] to manage modules and dependencies in my Angular application and I can't get my directives to work with SC5. Does SC5 work with Webpack? If so, how should my KSS markup look?

Thanks.

KienDangTran commented 7 years ago

I have the same concern, pls someone help us !

BioPhoton commented 7 years ago

I was using angular together wit ts and used gulp as build chain. Now i use webpack to build it. In both scenarios i was not able to get angular(1.5.x) components working in my styleguide.

Would be cool to get some feedback. thx!