## Description As a best practice, I would love to be able to have one SCSS file per component such as ``` src ├── app │ ├── footer.html │ ├── footer.scss │ ├── footer.spec.ts │ ├── footer.ts │ ├── header.html │ ├── header.scss │ ├── header.spec.ts │ ├── header.ts │ ├── main.html │ ├── main.scss │ ├── main.spec.ts │ ├── main.ts ``` Is it on your roadmap?
Description
As a best practice, I would love to be able to have one SCSS file per component such as
Is it on your roadmap?