Skip to content
This repository was archived by the owner on Aug 6, 2022. It is now read-only.

Commit 38b1a03

Browse files
committed
Add tailwindcss
1 parent 4e58492 commit 38b1a03

8 files changed

+1063
-28
lines changed

Diff for: package.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@
1616
"@tauri-apps/cli": "^1.0.0-beta.10",
1717
"svelte": "^3.42.6",
1818
"svelte-check": "^2.2.6",
19-
"svelte-preprocess": "^4.9.4",
19+
"svelte-preprocess": "^4.9.8",
2020
"tslib": "^2.3.1",
21-
"typescript": "^4.4.3"
21+
"typescript": "^4.4.3",
22+
"postcss": "^8.3.9",
23+
"postcss-load-config": "^3.1.0",
24+
"autoprefixer": "^10.3.7",
25+
"cssnano": "^5.0.8",
26+
"tailwindcss": "^2.2.16"
2227
},
2328
"type": "module"
24-
}
29+
}

0 commit comments

Comments
 (0)