i have a question regarding the importation of the same scss file in different composents, for instance bootstrap scss file from the node module, Will it compile it as a single file or Will it duplicate it depanding on the number of composent that i imported in ?
Thanks