After finally becoming more intimate with AngularDart (2.0), I decided to throw SASS into the relationship. It appears the SASS devs are also coming over to Dart SASS to Dart (two months ago).
Knowing that, the @Component( styleUrls: 'style.sass')
doesn't appear to recognize the .sass or .scss extensions. Is there any knowledge or update on a timeline or expectancy to compatibility? Hell, maybe even a Dart pub for SASS (I feel like the latter might be here, but I glossed over it).
sass --watch
). I'll check out the pub package and keep watching the github page. That was really what I wanted to know. – Dissever