You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know if I am the only one with this issue? Is it because of my SASS version? If I run sass --version, the version is set to Sass 3.4.9 (Selective Steve)
Thanks for your help,
The text was updated successfully, but these errors were encountered:
I would like to know if I am the only one with this issue? Is it
because of my SASS version? If I run |sass --version|, the version is
set to |Sass 3.4.9 (Selective Steve)|
Thanks for your help,
—
Reply to this email directly or view it on GitHub #82.
I tried to use Bootflat in my project. So in my main SASS I have:
But, basically, all the alerts, buttons,... doesn't have the good color. They use the bootstrap one. To fix this issue, I tried to replace
@at-root &-primary
by&btn-primary
in the following place: https://github.com/bootflat/bootflat.github.io/blob/master/bootflat/scss/bootflat/_button.scss#L102It seems to work on my local environment.
I would like to know if I am the only one with this issue? Is it because of my SASS version? If I run
sass --version
, the version is set toSass 3.4.9 (Selective Steve)
Thanks for your help,
The text was updated successfully, but these errors were encountered: