Skip to content

Commit 698fce7

Browse files
authored
feat: issue #9 - drop tailwind css dependency to allow any kind of solution (#10)
1 parent e484dd4 commit 698fce7

3 files changed

Lines changed: 2 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
## 📋 Requirements
3535

3636
- Astro ^5.5.0
37-
- TailwindCSS ^4.0.0
3837

3938
## 📦 Installation
4039

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sensinum/astro-strapi-blocks",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Astro components for Strapi Block Field",
55
"keywords": ["astro", "strapi", "blocks", "components", "astro-component", "withastro", "astro-loader", "content-layer", "astro-integration"],
66
"type": "module",
@@ -43,13 +43,11 @@
4343
"@types/node": "^20.0.0",
4444
"astro": "^5.5.0",
4545
"jest": "^29.7.0",
46-
"tailwindcss": "^4.0.0",
4746
"ts-jest": "^29.3.2",
4847
"typescript": "^5.0.0"
4948
},
5049
"peerDependencies": {
51-
"astro": "^5.5.0",
52-
"tailwindcss": "^4.0.0"
50+
"astro": "^5.5.0"
5351
},
5452
"engines": {
5553
"node": ">=18.17.0",

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4098,11 +4098,6 @@ supports-preserve-symlinks-flag@^1.0.0:
40984098
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
40994099
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
41004100

4101-
tailwindcss@^4.0.0:
4102-
version "4.1.4"
4103-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.1.4.tgz#27b3c910c6f1a47f4540451f3faf7cdd6d977a69"
4104-
integrity sha512-1ZIUqtPITFbv/DxRmDr5/agPqJwF69d24m9qmM1939TJehgY539CtzeZRjbLt5G6fSy/7YqqYsfvoTEw9xUI2A==
4105-
41064101
test-exclude@^6.0.0:
41074102
version "6.0.0"
41084103
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"

0 commit comments

Comments
 (0)