Skip to content

Releases: Jackardios/css-to-tailwindcss

v1.0.5

05 Nov 04:54
b441a48
Compare
Choose a tag to compare

1.0.5 (2023-11-05)

Bug Fixes

  • at-rule is not converted if base rule is not defined (d504c3b)

v1.0.4

11 Feb 00:12
Compare
Choose a tag to compare

1.0.4 (2023-02-11)

Bug Fixes

  • flex property should convert considering the default values for flexShrink and flexBasis (e417b51)

v1.0.3

02 Feb 08:12
Compare
Choose a tag to compare

1.0.3 (2023-02-02)

Bug Fixes

  • incorrect conversion of border declaration (a2e23ea)

v1.0.2

01 Feb 18:58
Compare
Choose a tag to compare

1.0.2 (2023-02-01)

Bug Fixes

  • classes are not reduced when prefix is used (80ee4f7)

v1.0.1

01 Feb 18:29
Compare
Choose a tag to compare

1.0.1 (2023-02-01)

Bug Fixes

  • arbitrary properties should not be prefixed (3dfdaff)

v1.0.0

01 Feb 17:55
62c2ec9
Compare
Choose a tag to compare

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

31 Jan 08:26
Compare
Choose a tag to compare

0.2.6 (2023-01-31)

Bug Fixes

  • media expression is not converted if it has no screen parameters (51bf52f)

v0.2.5

28 Jan 00:58
Compare
Choose a tag to compare

0.2.5 (2023-01-28)

Bug Fixes

v0.2.4

27 Jan 23:23
Compare
Choose a tag to compare

0.2.4 (2023-01-27)

Bug Fixes

v0.2.3

26 Jan 08:59
Compare
Choose a tag to compare

0.2.3 (2023-01-26)

Bug Fixes

  • 0(px) values are not mapped (8bead27)
  • TailwindConverter: incorrect complex selector parsing (fe1cc62)