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:
1gcat 2025-02-19 22:45:37 +08:00 committed by GitHub
parent d8b9f23e61
commit 592e8f4c61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
}
.share-icons .share-icon svg {
@apply dark:fill-dark;
@apply dark:fill-current;
}
/* notice */