We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c07fc9 commit 4dccbf5Copy full SHA for 4dccbf5
.changeset/afraid-queens-pump.md
@@ -0,0 +1,5 @@
1
+---
2
+"@gram-ai/elements": patch
3
4
+
5
+Re-add prettier tailwind plugin to Elements
elements/.prettierrc.json
@@ -2,5 +2,6 @@
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
- "singleQuote": true
+ "singleQuote": true,
6
+ "plugins": ["prettier-plugin-tailwindcss"]
7
}
0 commit comments