fill
Utilities for styling the fill of SVG elements.
| Utility | Styles |
|---|---|
fill.none | fill: none; |
fill.inherit | fill: inherit; |
fill.current | fill: currentColor; |
fill.transparent | fill: transparent; |
fill.black | fill: var(--color-black); /* #000 */ |
fill.white | fill: var(--color-white); /* #fff */ |
fill[*<value>*] | fill: *<color>*; |