-
-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined variable: "$brand-primary". #113
Comments
Same problem here. From this I guess this way does not work. But then, I am not sure how to access Bootstrap variables from a CSS module… =( |
Here you go: #9 |
Thanks a lot! Maybe this is something worth mentionning in the README? |
@Phyks We'd really appreciate a PR on the README.md for this! |
Phyks
added a commit
to Phyks/bootstrap-loader
that referenced
this issue
Jul 31, 2016
Add some doc about using variables and mixins from Bootstrap, as discussed [here](shakacode#113) and [here](shakacode#9 (comment)).
Merged
justin808
pushed a commit
that referenced
this issue
Aug 1, 2016
Add some doc about using variables and mixins from Bootstrap, as discussed [here](#113) and [here](#9 (comment)).
justin808
pushed a commit
that referenced
this issue
Aug 1, 2016
Add some doc about using variables and mixins from Bootstrap, as discussed [here](#113) and [here](#9 (comment)).
justin808
pushed a commit
that referenced
this issue
Aug 4, 2016
Add some doc about using variables and mixins from Bootstrap, as discussed [here](#113) and [here](#9 (comment)).
justin808
pushed a commit
that referenced
this issue
Aug 31, 2016
Add some doc about using variables and mixins from Bootstrap, as discussed [here](#113) and [here](#9 (comment)).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is my user.scss:
In my Javascript:
I got this error message. But isn't $brand-primary a bootstrap variable? What could be the reason? Can anybody help?
The text was updated successfully, but these errors were encountered: