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
$ astro info
Astro v5.4.1
Node v20.9.0
System Windows (x64)
Package Manager yarn
Output static
Adapter none
Integrations astro-icon
yarn list v1.22.22
warning Filtering by arguments is deprecated. Please use the pattern option instead.
└─ [email protected]
Done in 1.01s.
If this issue only occurs in one browser, which browser is a problem?
N/A
Describe the Bug
[data-icon], [data-color="name"] fill or color doesnt work properly I cant change color of svgs
css
variables also doesn't work
I have to write
#myID svg {
fill: color;
}
it just work only like this
What's the expected result?
#myId [data-icon] {
fill: myColor;
}
Link to Minimal Reproducible Example
The text was updated successfully, but these errors were encountered:
What version of
astro-icon
are you using?1.1.5
Astro Info
If this issue only occurs in one browser, which browser is a problem?
N/A
Describe the Bug
[data-icon], [data-color="name"] fill or color doesnt work properly I cant change color of svgs
css
variables also doesn't work
I have to write
#myID svg {
fill: color;
}
it just work only like this
What's the expected result?
#myId [data-icon] {
fill: myColor;
}
Link to Minimal Reproducible Example
The text was updated successfully, but these errors were encountered: