We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is about Bulma.
This is about the Bulma CSS framework
I'm using Bulma version 1.01
This is a Sass issue: I'm using version [x.x.x] I am sure this issue is not a duplicate?
a { color: var(--bulma-link-text) } Firefox complains var is not defined
Change line 137 of generic.scss a { color: cv.getVar("link-text"); to a { color: cv.getVar("link");
Color is now set to my $link color
No color of link in text content
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is about Bulma.
Overview of the problem
This is about the Bulma CSS framework
I'm using Bulma version 1.01
This is a Sass issue: I'm using version [x.x.x]
I am sure this issue is not a duplicate?
Description
a {
color: var(--bulma-link-text)
}
Firefox complains var is not defined
Steps to Reproduce
Change line 137 of generic.scss
a {
color: cv.getVar("link-text");
to a {
color: cv.getVar("link");
Expected behavior
Color is now set to my $link color
Actual behavior
No color of link in text content
The text was updated successfully, but these errors were encountered: