fix: Cannot apply unknown utility class: dark:fill-dark
Error: error building site: TAILWINDCSS: failed to transform "/css/main.css" (text/css): (node:69032) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension. (Use `node --trace-warnings ...` to show where the warning was created) Error: Cannot apply unknown utility class: dark:fill-dark
This commit is contained in:
parent
d8b9f23e61
commit
592e8f4c61
@ -9,7 +9,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.share-icons .share-icon svg {
|
.share-icons .share-icon svg {
|
||||||
@apply dark:fill-dark;
|
@apply dark:fill-current;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* notice */
|
/* notice */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user