|
|
@@ -8,7 +8,6 @@ import { presetUni } from '@uni-helper/unocss-preset-uni'
|
|
|
import { presetLegacyCompat } from '@unocss/preset-legacy-compat'
|
|
|
import {
|
|
|
defineConfig,
|
|
|
- presetAttributify,
|
|
|
presetIcons,
|
|
|
transformerDirectives,
|
|
|
transformerVariantGroup,
|
|
|
@@ -27,8 +26,6 @@ export default defineConfig({
|
|
|
'vertical-align': 'middle',
|
|
|
},
|
|
|
}),
|
|
|
- // 支持css class属性化
|
|
|
- presetAttributify(),
|
|
|
// TODO: check 是否会有别的影响
|
|
|
// 处理低端安卓机的样式问题
|
|
|
// 将颜色函数 (rgb()和hsl()) 从空格分隔转换为逗号分隔,更好的兼容性app端,example:
|