mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 19:30:37 +01:00
chore(module): remove processCSSVariables option
Not needed since https://github.com/nuxt/fonts/releases/tag/v0.11.0
This commit is contained in:
@@ -93,7 +93,7 @@ export default defineNuxtModule<ModuleOptions>({
|
|||||||
|
|
||||||
await registerModule('@nuxt/icon', 'icon', { cssLayer: 'components' })
|
await registerModule('@nuxt/icon', 'icon', { cssLayer: 'components' })
|
||||||
if (options.fonts) {
|
if (options.fonts) {
|
||||||
await registerModule('@nuxt/fonts', 'fonts', { experimental: { processCSSVariables: true } })
|
await registerModule('@nuxt/fonts', 'fonts', {})
|
||||||
}
|
}
|
||||||
if (options.colorMode) {
|
if (options.colorMode) {
|
||||||
await registerModule('@nuxtjs/color-mode', 'colorMode', { classSuffix: '', disableTransition: true })
|
await registerModule('@nuxtjs/color-mode', 'colorMode', { classSuffix: '', disableTransition: true })
|
||||||
|
|||||||
Reference in New Issue
Block a user