Skip to content

Commit

Permalink
qwik: add tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
chen56 committed Mar 30, 2024
1 parent 11e24dd commit 46814f1
Show file tree
Hide file tree
Showing 11 changed files with 749 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ trim_trailing_whitespace=true

[*.dart]
max_line_length = 500

[*.tsx]
max_line_length = 500
3 changes: 3 additions & 0 deletions spaces/qwik/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
plugins: ['prettier-plugin-tailwindcss'],
}
4 changes: 4 additions & 0 deletions spaces/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.57.0",
"eslint-plugin-qwik": "^1.5.1",
"postcss": "^8.4.31",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "3.3.3",
"typescript": "5.3.3",
"undici": "*",
"vite": "^5.1.4",
Expand Down
Loading

0 comments on commit 46814f1

Please sign in to comment.