-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.11.0](0.10.0...0.11.0) (2022-12-05) ### Bug Fixes * add unzip feature ([c266fb4](c266fb4)) * allow numbers in the modifiers ([8e20a03](8e20a03)) ### Features * add arbitrary support for grid template row and col ([7e44200](7e44200)) * add arbitrary support to the gap plugin ([6347a8f](6347a8f)) * add background position plugin ([50cb275](50cb275)) * add background repeat plugin ([a295300](a295300)) * add background size plugin ([d1b2300](d1b2300)) * add content plugin ([687f5a2](687f5a2)) * add float plugin ([d873b2f](d873b2f)) * add justify items and self plugins ([ae0a938](ae0a938)) * add line clamp plugin ([0c2780f](0c2780f)) * improve parsing and allow arbitrary values for translate ([ae5fe6e](ae5fe6e)) * support nested tw attrs by using an attribute stack instead ([1848eb3](1848eb3)), closes [#16](#16)
- Loading branch information
1 parent
7462bb6
commit 9624601
Showing
3 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "stailwc", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "An experimental transpiler to bring tailwind macros to SWC rocket", | ||
"author": "[email protected]", | ||
"license": "MIT", | ||
|