diff --git a/packages/chusho/postcss.config.js b/packages/chusho/postcss.config.js deleted file mode 100644 index d197f6e1..00000000 --- a/packages/chusho/postcss.config.js +++ /dev/null @@ -1,13 +0,0 @@ -module.exports = { - plugins: { - tailwindcss: {}, - 'vue-cli-plugin-tailwind/purgecss': { - content: [ - './public/**/*.html', - './src/**/*.{vue,ts,js}', - './config/storybook/preview.js', - ], - whitelist: ['html', 'body'], - }, - }, -}; diff --git a/packages/chusho/tailwind.config.js b/packages/chusho/tailwind.config.js deleted file mode 100644 index f8d4282a..00000000 --- a/packages/chusho/tailwind.config.js +++ /dev/null @@ -1,14 +0,0 @@ -module.exports = { - theme: { - extend: { - colors: { - black: { - default: '#000', - 50: 'rgba(0,0,0,.5)', - }, - }, - }, - }, - variants: {}, - plugins: [], -};