summaryrefslogtreecommitdiff
path: root/projs/.postcssrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'projs/.postcssrc.json')
-rw-r--r--projs/.postcssrc.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/projs/.postcssrc.json b/projs/.postcssrc.json
new file mode 100644
index 0000000..9dfcc3b
--- /dev/null
+++ b/projs/.postcssrc.json
@@ -0,0 +1,8 @@
+{
+ "map": false,
+ "plugins": {
+ "tailwindcss/nesting": {},
+ "tailwindcss": {},
+ "autoprefixer": {}
+ }
+}