chore: update deps

This commit is contained in:
vben
2021-02-23 00:31:10 +08:00
parent a09a0eedd2
commit 7e564c2984
10 changed files with 115 additions and 90 deletions

View File

@@ -4,7 +4,7 @@ import type { Plugin } from 'vite';
export function configWindiCssPlugin(): Plugin[] {
return windiCSS({
safelist: 'shadow shadow-xl',
safelist: 'no-select',
preflight: {
enableAll: true,
},