How is scss supposed to be working with Angular2 and webpack?
When I use the scss loader, all my scss will be in the <style>tags I can configure webpack and make an external scss sheet, but then I lose the ability to have scss per component. How is this all supposed to work? <style> is ok now?
Aug 22, 2016MA