添加tailwind,.env设置,优化删除
This commit is contained in:
17
tailwind.config.js
Normal file
17
tailwind.config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
module.exports = {
|
||||
content: [
|
||||
// Example content paths...
|
||||
'./index.html',
|
||||
'./public/**/*.html',
|
||||
'./src/**/*.{js,jsx,ts,tsx,vue}',
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
corePlugins: {
|
||||
// ...
|
||||
// preflight: false,
|
||||
// backgroundOpacity: false,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user