Releases: Jackardios/css-to-tailwindcss
Releases · Jackardios/css-to-tailwindcss
v1.0.5
1.0.5 (2023-11-05)
Bug Fixes
- at-rule is not converted if base rule is not defined (d504c3b)
v1.0.4
1.0.4 (2023-02-11)
Bug Fixes
- flex property should convert considering the default values for flexShrink and flexBasis (e417b51)
v1.0.3
1.0.3 (2023-02-02)
Bug Fixes
- incorrect conversion of border declaration (a2e23ea)
v1.0.2
1.0.2 (2023-02-01)
Bug Fixes
- classes are not reduced when prefix is used (80ee4f7)
v1.0.1
1.0.1 (2023-02-01)
Bug Fixes
- arbitrary properties should not be prefixed (3dfdaff)
v1.0.0
1.0.0 (2023-02-01)
⚠ BREAKING CHANGES
- add the ability to convert non-convertible properties as "arbitrary properties" using the
arbitraryPropertiesIsEnabled
parameter
Features
- add the ability to convert non-convertible properties as "arbitrary properties" using the
arbitraryPropertiesIsEnabled
parameter (4f7a26a)
- consider
corePlugins
configuration (e17776b)
- consider
prefix
and separator
configurations (cfdcd63)
v0.2.6
0.2.6 (2023-01-31)
Bug Fixes
- media expression is not converted if it has no screen parameters (51bf52f)
v0.2.5
0.2.5 (2023-01-28)
Bug Fixes
v0.2.4
0.2.4 (2023-01-27)
Bug Fixes
v0.2.3
0.2.3 (2023-01-26)
Bug Fixes
- 0(px) values are not mapped (8bead27)
- TailwindConverter: incorrect complex selector parsing (fe1cc62)