We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc10d6 commit e79ecffCopy full SHA for e79ecff
packages/nimiq-css/src/unocss/icons.ts
@@ -24,7 +24,7 @@ export function getNimiqIcons(options: NimiqColorOptions = {}): Rule<PresetWind3
24
if (mode === 'mask') {
25
// Thanks to https://codepen.io/noahblon/post/coloring-svgs-in-css-background-images
26
cssObject = {
27
- '--un-icon': url,
+ '--nq-icon': url,
28
'-webkit-mask': 'var(--nq-icon) no-repeat',
29
'mask': 'var(--nq-icon) no-repeat',
30
'-webkit-mask-size': '100% 100%',
0 commit comments