refactor: 移除tailwind

Former-commit-id: 7c0ed60b59013c59459a35ede446387982e27faf
This commit is contained in:
haoxr
2023-02-24 23:57:14 +08:00
parent 5cb73a22ae
commit 1398e5a718
2 changed files with 0 additions and 21 deletions

View File

@@ -1,6 +0,0 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}

View File

@@ -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: [],
}