Skip to content

Commit 180713b

Browse files
committed
1 parent bed7e62 commit 180713b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.postcssrc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2-
"plugins": {"@tailwindcss/postcss": {}
3-
}
4-
}
2+
plugins: {
3+
"@tailwindcss/postcss": {
4+
optimize: { minify: false },
5+
},
6+
},
7+
}

0 commit comments

Comments
 (0)