Lets say I have a file variables.scss
and mixins.scss
In my file component.scss
I import both.
But mixins.scss
itself, imports variables.scss
.
Is this redundant? Does it matter? Does removing the variables.scss
import in component file make any difference in compile time? Especially if I have many components that do this?