mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-07 14:57:12 -04:00
feat(unocss): update attributify preset to ignore 'size' attribute
This commit is contained in:
parent
08d977b8cd
commit
b8bade04e0
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ import {
|
|||
import { presetScrollbar } from 'unocss-preset-scrollbar';
|
||||
|
||||
export default defineConfig({
|
||||
presets: [presetUno(), presetAttributify(), presetTypography(), presetScrollbar()],
|
||||
presets: [presetUno(), presetAttributify({
|
||||
ignoreAttributes: ['size'],
|
||||
}), presetTypography(), presetScrollbar()],
|
||||
transformers: [transformerDirectives(), transformerVariantGroup()],
|
||||
theme: {
|
||||
colors: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue