It's bootstrap 4-beta in SASS
.
The question is how I can use the bootstrap color variable in my SASS application? What I have done to do this is:
color: $theme-colors(primary);
but this doesn't work and throws an error.
any help is appreciated.
Thank you