Skip to content

Commit 6271c9c

Browse files
Update README
1 parent c707bcf commit 6271c9c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,11 @@
2121
- [New syntax explanation](#new-syntax-explanation)
2222

2323
> [!IMPORTANT]
24-
> ### New name
25-
> The plugin was previously named `tailwindcss-js`, but has been renamed to `tailwindcss-js` to simplify reference.
26-
>
27-
> ### New syntax due to breaking changes
28-
> The value between the brackets in the `js` directive must now be quoted. This is due to a breaking change introduced in Tailwind CSS v3.3.6.
29-
>
24+
> Update to `@latest` to ensure compatibility with newer versions of Tailwind CSS. The change also brings a slight change to the syntax, as the value between the brackets must now be quoted, due to a breaking change introduced in Tailwind CSS v3.3.6.
3025
> ```
3126
> ❌ js-[content-['1_+_1_=_#{1+1}']]
3227
> ✅ js-['content-['1_+_1_=_#{1+1}']']
3328
> ```
34-
>
3529
> See the [New syntax explanation](#new-syntax-explanation) section for more information.
3630
3731
## Installation

0 commit comments

Comments
 (0)