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