diff options
Diffstat (limited to 'examples/with-tailwind/apps/docs/postcss.config.js')
| -rw-r--r-- | examples/with-tailwind/apps/docs/postcss.config.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/with-tailwind/apps/docs/postcss.config.js b/examples/with-tailwind/apps/docs/postcss.config.js deleted file mode 100644 index 07aa434..0000000 --- a/examples/with-tailwind/apps/docs/postcss.config.js +++ /dev/null @@ -1,9 +0,0 @@ -// If you want to use other PostCSS plugins, see the following: -// https://tailwindcss.com/docs/using-with-preprocessors - -module.exports = { - plugins: { - tailwindcss: {}, - autoprefixer: {}, - }, -}; |
