diff options
| author | Ryan Cao <[email protected]> | 2023-05-18 11:16:01 +0800 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-18 08:58:52 -0400 |
| commit | 5228160a3f94c5cd2d12be3c1adcbd6c0b2a5464 (patch) | |
| tree | 01d423f698f4aeb0972cd4093fb726421956d431 /package.json | |
| parent | 119d2a208944f7b4d37cf1afd275dbd6fa7cb0b0 (diff) | |
fix: install actual tailwindcss
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 5022986..f0025ed 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,11 @@ "eslint": "^8.40.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^4.2.1", + "execa": "^7.1.1", "postcss": "^8.4.23", "prettier": "^2.8.8", "prettier-plugin-astro": "^0.8.1", "sass": "^1.62.1", - "tailwind": "^4.0.0" + "tailwindcss": "^3.3.2" } } |
