aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-tailwind/packages/ui/postcss.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-tailwind/packages/ui/postcss.config.js')
-rw-r--r--examples/with-tailwind/packages/ui/postcss.config.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/with-tailwind/packages/ui/postcss.config.js b/examples/with-tailwind/packages/ui/postcss.config.js
deleted file mode 100644
index 07aa434..0000000
--- a/examples/with-tailwind/packages/ui/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: {},
- },
-};