Skip to content

Commit

Permalink
feat: remove tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
bbtgnn committed Mar 7, 2024
1 parent 62131e3 commit 827d2ff
Show file tree
Hide file tree
Showing 8 changed files with 187 additions and 492 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"plugins": ["prettier-plugin-svelte"],
"overrides": [
{
"files": "*.svelte",
Expand Down
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,22 @@
"postcss-load-config": "^5.0.2",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"sass": "^1.71.1",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.3.6",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3",
"vitest": "^1.2.0"
},
"type": "module",
"dependencies": {
"vitest": "^1.2.0",
"@sinclair/typebox": "^0.32.14",
"@sveltejs/adapter-static": "^3.0.1",
"@tailwindcss/container-queries": "^0.1.1",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.202",
"date-fns": "^3.3.1",
"effect": "^2.4.0",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"svelte-preprocess-import-assets": "^1.1.0"
}
},
"type": "module",
"dependencies": {}
}
Loading

0 comments on commit 827d2ff

Please sign in to comment.