This repository has been archived by the owner on Aug 17, 2021. It is now read-only.
Releases: dylanirlbeck/tailwind-ppx
Releases · dylanirlbeck/tailwind-ppx
Release v0.8.4
Releasing v0.8.4
Release v0.8.3
Fixed
- Fixed issue with postinstall script not checking if
_export
directory already present (#130)
Release v0.8.2
Releasing v0.8.2
Release v0.8.1
Fixed
- Fixed issue with
/js
directory not being included in the NPM package (this affected PurgeCSS users)
Release v0.8.0
Restore proper NPM package name (#121) * Restore proper NPM package name * Fixing test
Release v0.7.9
Release v0.7.8
Fixed
- Fixed error with Windows installation (#96)
Release v0.7.7
Fixed
- Fixed bug where parser would throw an error for the
@-webkit-keyframes
at rule (and some other less common at rules) (#91)
Release v0.7.6
Release v0.7.0
Big performance upgrade in this release!
Added
- Caching of the valid class names in the
.tailwind_ppx_cache
directory, which greatly speeds up performance. Big thanks to @tatchi for this feature!