File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- - Nothing yet!
10
+ ### Added
11
+
12
+ - Support arbitrary values for ` transition-duration ` ([ #99 ] ( https://github.com/tailwindlabs/tailwindcss-jit/pull/99 ) )
13
+
14
+ ### Fixed
15
+
16
+ - Fix issues when project paths have spaces ([ #106 ] ( https://github.com/tailwindlabs/tailwindcss-jit/pull/106 ) )
17
+ - Fix negative classes when using a prefix ([ #114 ] ( https://github.com/tailwindlabs/tailwindcss-jit/pull/114 ) )
18
+ - Fix issues with Windows-style paths ([ #118 ] ( https://github.com/tailwindlabs/tailwindcss-jit/pull/118 ) )
19
+ - Ensure commas are escaped when applying variants ([ #119 ] ( https://github.com/tailwindlabs/tailwindcss-jit/pull/119 )
11
20
12
21
## [ 0.1.3] - 2021-03-17
13
22
You can’t perform that action at this time.
0 commit comments