update
This commit is contained in:
17
tailwind.config.js
Normal file
17
tailwind.config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx,vue,pug}"],
|
||||
theme: {
|
||||
extend: {}
|
||||
},
|
||||
corePlugins: {
|
||||
preflight: false,
|
||||
space: false,
|
||||
boxSizing: false,
|
||||
divideWidth: false,
|
||||
divideColor: false,
|
||||
divideStyle: false,
|
||||
divideOpacity: false
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user