chore: 移除 @unocss/preset-rem-to-px 依赖
This commit is contained in:
@ -3,12 +3,15 @@
|
||||
import { defineConfig, presetAttributify, presetWind3, transformerDirectives, transformerVariantGroup } from 'unocss';
|
||||
import { presetAnimations } from 'unocss-preset-animations';
|
||||
// import presetChinese, { chineseTypography } from 'unocss-preset-chinese';
|
||||
|
||||
import { presetShadcn } from 'unocss-preset-shadcn';
|
||||
|
||||
// @unocss/preset-rem-to-px
|
||||
|
||||
export default defineConfig({
|
||||
// By default, `.ts` and `.js` files are NOT extracted.
|
||||
// If you want to extract them, use the following configuration.
|
||||
// It's necessary to add the following configuration if you use shadcn-vue or shadcn-svelte.
|
||||
// 默认情况下,`.ts` 和 `.js` 文件不会被提取。
|
||||
// 如果你想提取它们,请使用以下配置。
|
||||
// 如果你使用 shadcn-vue 或 shadcn-svelte,则必须添加以下配置。
|
||||
content: {
|
||||
pipeline: {
|
||||
include: [
|
||||
|
Reference in New Issue
Block a user