Skip to content

Commit 917a532

Browse files
committed
Add Tailwind
1 parent cd74845 commit 917a532

File tree

7 files changed

+653
-1167
lines changed

7 files changed

+653
-1167
lines changed

.prettierrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"plugins": ["prettier-plugin-tailwindcss"]
3+
}

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
3-
"recommendations": ["angular.ng-template"]
3+
"recommendations": ["angular.ng-template", "bradlc.vscode-tailwindcss"]
44
}

0 commit comments

Comments
 (0)