refactor: 移除tailwind
Former-commit-id: 7c0ed60b59013c59459a35ede446387982e27faf
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
|
||||
backgroundColor: theme => ({
|
||||
...theme('colors'),
|
||||
"sidebar-logo":'#2b2f3a'
|
||||
})
|
||||
},
|
||||
plugins: [],
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user