Skip to content

Commit

Permalink
Add tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondwang committed Apr 4, 2024
1 parent 8521d15 commit ea0911d
Show file tree
Hide file tree
Showing 10 changed files with 1,050 additions and 15 deletions.
12 changes: 6 additions & 6 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all",
"useTabs": false,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all",
"useTabs": false,
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}
Binary file removed fonts/Radley-Regular.ttf
Binary file not shown.
Loading

0 comments on commit ea0911d

Please sign in to comment.