File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' phosphor-icons-tailwindcss ' : patch
3+ ---
4+
5+ update ` peerDependencies ` to include Tailwind 4 alpha
Original file line number Diff line number Diff 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
3943You need to add two classes to your markup:
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments