Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
add tailwind classname package (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonypls authored Nov 2, 2022
1 parent d04621a commit 40f2e38
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
{
"files": ["src/**/*.ts?(x)"],
"parserOptions": {
"project": ["./tsconfig.json"]
"project": ["./web/tsconfig.json"]
}
},
{
Expand Down
1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"prettier-plugin-tailwindcss": "0.1.13",
"start-server-and-test": "1.14.0",
"tailwindcss": "3.1.8",
"tailwindcss-classnames": "^3.0.6",
"typescript": "4.8.4",
"vite": "3.1.8",
"vite-plugin-pwa": "0.13.1",
Expand Down
25 changes: 24 additions & 1 deletion web/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40f2e38

Please sign in to comment.