Skip to content

Releases: marcamos/jet

Update to Tailwind CSS v2.x

25 Nov 20:32
Compare
Choose a tag to compare

If you want to upgrade your project from Tailwind CSS v1.x to v2.x, the Tailwind folks have a wonderful Upgrade Guide you should review.

Minor accessibility improvement

06 Oct 17:52
Compare
Choose a tag to compare

Wrap page content in <main> element.

Streamline build process

16 Sep 20:12
Compare
Choose a tag to compare
1.2.1

Streamline build process (thanks @ryanccn!)

New feature: Autoprefixer

28 Aug 19:54
Compare
Choose a tag to compare

Thanks to @ryanccn, this release adds Autoprefixer to jet.

Swap to use Tailwind’s purgecss feature

26 Aug 01:27
Compare
Choose a tag to compare

Until this commit, jet used a separate / manual purgecss process. Not too long ago, Tailwind built purgecss into itself, making it somewhat dumb to do this ourselves.

Call Tailwind only when needed

24 Aug 15:57
Compare
Choose a tag to compare

Remove a second call to Tailwind from the postcss.config.js file — hat-tip to @ryanccn for the nudge.