nuxt · GitHub

Commit e8bc322

karladlerbenjamincanac

and

authored

fix(module): update icon cssLayer option from components to base (#6076)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -159,7 +159,7 @@ export default defineNuxtModule<ModuleOptions>({

159159

}

160160
161161

await registerModule('@nuxt/icon', 'icon', {

162-

cssLayer: 'components'

162+

cssLayer: 'base'

163163

})

164164

if (options.fonts) {

165165

await registerModule('@nuxt/fonts', 'fonts', {

0 commit comments

Comments

 (0)

Read the original on github.com ↗