Is there a way that I can export SCSS files of few components in my angular project as assets of my project while creating a production build?
If I can then I would like to export them in CSS format so that I can use them somewhere else.
Is there a way that I can export SCSS files of few components in my angular project as assets of my project while creating a production build?
If I can then I would like to export them in CSS format so that I can use them somewhere else.