Skip to content

Commit 4dccbf5

Browse files
authored
fix: setup prettier tailwind for elements (#1147)
This plugin was missing causing issues with sort order of tailwind classes
1 parent 9c07fc9 commit 4dccbf5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/afraid-queens-pump.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@gram-ai/elements": patch
3+
---
4+
5+
Re-add prettier tailwind plugin to Elements

elements/.prettierrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"trailingComma": "es5",
33
"tabWidth": 2,
44
"semi": false,
5-
"singleQuote": true
5+
"singleQuote": true,
6+
"plugins": ["prettier-plugin-tailwindcss"]
67
}

0 commit comments

Comments
 (0)