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
Stemmed from my current use cases for this awesome resource, would it be a good thing to add fill="currentColor" to the svg elements in the repo's code base?
The text was updated successfully, but these errors were encountered:
What do you mean by the variable "currentColor"? Is it the value you want to pass to svg? Or do you want to inherit it from somewhere?
you don't need to define currentColor, it is a predefined "variable" that corresponds to the color: of the closest parent element with it. see: https://stackoverflow.com/q/13000682/14264568
Hello,
Stemmed from my current use cases for this awesome resource, would it be a good thing to add
fill="currentColor"
to the svg elements in the repo's code base?The text was updated successfully, but these errors were encountered: