Skip to content

Commit

Permalink
Use tailwind in aerie. Integrate with pre-release svelte stellar.
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronPlave committed Jan 29, 2025
1 parent 79faa34 commit 28c6fed
Show file tree
Hide file tree
Showing 8 changed files with 207 additions and 69 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"GraphQL.vscode-graphql",
"christian-kohler.path-intellisense",
"streetsidesoftware.code-spell-checker",
"spmeesseman.vscode-taskexplorer"
"spmeesseman.vscode-taskexplorer",
"bradlc.vscode-tailwindcss"
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
},
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
},
"files.associations": {
"*.css": "tailwindcss"
}
}
Loading

0 comments on commit 28c6fed

Please sign in to comment.