My goal is to provide a css file in the distribution package which can be used by the consumer if needed.
For that I would like to create a kind of global scss file, but I want to avoid that this style is attached to each component + it also won't be used directly by the components. So for that I would like to create my-style.scss
file somewhere in the /src
folder.
What would be the best way to compile this file to my-style.css
and copy it to the dist
folder?