Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
windi.config.ts 229 Bytes
Copy Edit Raw Blame History
import Typography from 'windicss/plugin/typography'
import { defineConfig } from 'windicss/helpers'
export default defineConfig({
darkMode: 'class',
attributify: false, // 属性化css,默认关闭
plugins: [Typography]
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化