diff --git a/postcss.config.js b/postcss.config.js deleted file mode 100644 index 33ad091d..00000000 --- a/postcss.config.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - plugins: { - tailwindcss: {}, - autoprefixer: {}, - }, -} diff --git a/tailwind.config.js b/tailwind.config.js deleted file mode 100644 index 5b86b532..00000000 --- a/tailwind.config.js +++ /dev/null @@ -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: [], - - -}