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 1048357 commit de62a7aCopy full SHA for de62a7a
uno.config.ts
@@ -1,5 +1,5 @@
1
import { defineConfig, toEscapedSelector as e, presetUno } from 'unocss'
2
-import transformerVariantGroup from '@unocss/transformer-variant-group'
+// import transformerVariantGroup from '@unocss/transformer-variant-group'
3
4
export default defineConfig({
5
// ...UnoCSS options
@@ -101,7 +101,7 @@ ${selector}:after {
101
]
102
],
103
presets: [presetUno({ dark: 'class', attributify: false })],
104
- transformers: [transformerVariantGroup()],
+ // transformers: [transformerVariantGroup()],
105
shortcuts: {
106
'wh-full': 'w-full h-full'
107
}
0 commit comments