@@ -1,7 +1,6 @@
@import "../variables.scss";
// Icon 样式
.#{$prefix}icon {
- display: inline-block;
width: 1em;
height: 1em;
vertical-align: -0.15em;
@@ -2,6 +2,9 @@
import type { Config } from 'tailwindcss'
export default {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
+ corePlugins: {
+ preflight: false
+ },
theme: {
extend: {}
},