diff options
Diffstat (limited to 'examples/with-tailwindcss/postcss.config.js')
-rw-r--r-- | examples/with-tailwindcss/postcss.config.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/with-tailwindcss/postcss.config.js b/examples/with-tailwindcss/postcss.config.js deleted file mode 100644 index c3a002bfe..000000000 --- a/examples/with-tailwindcss/postcss.config.js +++ /dev/null @@ -1,10 +0,0 @@ -const path = require('path'); - -module.exports = { - plugins: { - tailwindcss: { - config: path.join(__dirname, 'tailwind.config.js'), // update this if your path differs! - }, - autoprefixer: {}, - }, -}; |