Skip to content

Commit

Permalink
fix: issue with c.toUpperCase()
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed Oct 10, 2023
1 parent 72990d5 commit 23dde01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions uno.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
presetWind,
presetUno,
transformerDirectives,
transformerVariantGroup,
} from 'unocss';
import { presetScrollbar } from 'unocss-preset-scrollbar';
import { presetForms } from '@julr/unocss-preset-forms';
Expand All @@ -33,5 +32,5 @@ export default defineConfig({
presetScrollbar(),
presetForms(),
],
transformers: [transformerDirectives(), transformerVariantGroup()],
transformers: [transformerDirectives()],
});

0 comments on commit 23dde01

Please sign in to comment.