aboutsummaryrefslogtreecommitdiffstats
path: root/postcss.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'postcss.config.js')
-rw-r--r--postcss.config.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/postcss.config.js b/postcss.config.js
index 3687d28..33ad091 100644
--- a/postcss.config.js
+++ b/postcss.config.js
@@ -1,8 +1,6 @@
-// If you want to use other PostCSS plugins, see the following:
-// https://tailwindcss.com/docs/using-with-preprocessors
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
-};
+}