Skip to content

Commit 853025c

Browse files
committed
v4.6
* Added support for darker (950) colors added in Tailwind 3.3. * Added support for new flex-grow/flex-shrink aliases.
1 parent 823b728 commit 853025c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Version 4.6
2+
3+
* Added support for darker (950) colors added in Tailwind 3.3. Thanks to Bijan (https://github.com/gobijan) for this contribution!
4+
* Added support for new flex-grow/flex-shrink aliases. Thanks to Emran (https://github.com/EmranMR) for this contribution!
5+
16
## Version 4.5
27

38
* Removed truncation of class details and documentations.

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Tailwind CSS",
44
"organization": "Jason Platts",
55
"description": "Provides completions and a documentation sidebar for Tailwind CSS.",
6-
"version": "4.5",
6+
"version": "4.6",
77
"license":"MIT",
88
"repository":"https://github.com/jasonplatts/tailwindcss-nova-ext",
99
"bugs":"https://github.com/jasonplatts/tailwindcss-nova-ext/issues",

0 commit comments

Comments
 (0)