Use SCSS style files within AngularDart 5 and Dart 2
问题 I’m working with Dart 2 and AngularDart 5 . ⚠ I searched online about my question, but I didn’t find a satisfactory answer. ❔ Can somebody explain all the steps I need to include and to work with SCSS style files within my AngularDart application? I started with quickstart application that you can find here. Thank you! 回答1: Add a dev dependency to your pubspec.yaml for sass_builder: ^2.0.0 . Run pub get to download the new dependencies. Create a sass file ex: lib/app_component.scss and add