Skip to content

Releases: Noriller/easy-tailwind

v1.1.0

23 Dec 15:48
Compare
Choose a tag to compare

After the change on the base transform, it was generating unused classes, this improves the return of the transform so it wouldn't generate them anymore.

v1.0.0

19 Dec 19:00
9f8c501
Compare
Choose a tag to compare

Full functionality with custom replacer solution.

- Breaking changes

If you were using replacer from /transform/react, now you need to import from /transform

If you were using baseReplacer from /transform, replacer should suit your needs now.