We have an angular app that allows us to preview a report, which is made up of various components, each of which have scss stylesheets associated with them. When the app is built, it puts those styles info .js files.
We're hoping to be able to use those same styles for a PDF generation process that needs pure CSS. Is there a way to keep Angular doing what it's currently doing, but to ALSO copy those styles to a .css file in another location?
The angular version we're using is 8.2.14.