In my file var.sass
I define the variable $black
. I would like to use that variable in ALL of my components.sass
files. To do so, do i need to write @import
in every file or is there any better solution to do that?
We all know that I cannot use those variables inside components.sass
when I import this kind of files to a global styles.sass
file.