Skip to content

Commit f058089

Browse files
committed
chore: mark tailwind 4 alpha as supported
1 parent 2748f6b commit f058089

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

.changeset/gentle-mails-prove.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'phosphor-icons-tailwindcss': patch
3+
---
4+
5+
update `peerDependencies` to include Tailwind 4 alpha

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ A [TailwindCSS] plugin for the [Phosphor icon set][phosphor].
3434
@plugin 'phosphor-icons-tailwindcss';
3535
```
3636

37+
> [!IMPORTANT]
38+
> This package only supports ESM. It should work well in most projects today, especially those using
39+
> [Vite](https://vitejs.dev/).
40+
3741
## Usage
3842

3943
You need to add two classes to your markup:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@phosphor-icons/core": "^2.1.1"
4949
},
5050
"peerDependencies": {
51-
"tailwindcss": "^3.4.14"
51+
"tailwindcss": "^3.4.14 || ^4.0.0-alpha.33"
5252
},
5353
"devDependencies": {
5454
"@changesets/changelog-github": "^0.5.0",

0 commit comments

Comments
 (0)