This repository has been archived by the owner on Jun 14, 2020. It is now read-only.
Add support for performing SASS transpilation for some files and keep those outside of the production css bundle #106
Labels
Milestone
Goal: allow to have application SASS files that are NOT imported in main.scss and that should not be bundled in bundle.min.css. One use case for this are files that should be used with styleUrls in Angular 2. If those files don't exist in production then styleUrls cannot be used and thus per-component style isolation is not possible to implement.
Possible implementation:
Reference: dsebastien/modernWebDevGenerator#94
The text was updated successfully, but these errors were encountered: