News

Tailwind 1.2 Brings Support for CSS Grid, Transitions, and Transforms

Published
Tailwind 1.2 Brings Support for CSS Grid, Transitions, and Transforms image

Release updates

Never miss a Laravel release

Get an email whenever a new Laravel release lands.

Adam Wathan announced the release of Tailwind 1.2 which brings support for CSS grid, transitions, and transforms, with a bunch of other new features:

Tailwind CSS v1.2.0 is now available!

Includes support for CSS Grid, transitions, transforms, and tons more

Check out the release notes for all of the details:https://t.co/Xc9IB2WOSe

Docs are updated too! pic.twitter.com/t66kCEksKV

— Adam Wathan (@adamwathan) February 5, 2020

Here’s a quick example (from the release notes) of what’s possible with Tailwind’s CSS grid support :

<div class="grid grid-cols-2 lg:grid-cols-8 gap-6">
<div class="col-span-1 lg:col-span-3"></div>
<div class="col-span-1 lg:col-span-3"></div>
<div class="col-start-1 col-end-3 lg:col-start-4 lg:col-end-8"></div>
<div class="col-span-1 col-start-1 lg:col-span-4 lg:col-start-2"></div>
<div class="col-span-1 col-end-3 lg:col-span-6 lg:col-end-9"></div>
</div>

Here’s an example of the quality you can expect in the updated docs for CSS grid, transform, etc.:

The documentation is already updated and you can check out the 1.2 release notes on GitHub. If you want to check out some of the highlight features, here’s links to the docs:

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
What's New in PHP 8.6 image

What's New in PHP 8.6

Read article
Building EasyReply: How We Used Laravel to Unify Customer Support image

Building EasyReply: How We Used Laravel to Unify Customer Support

Read article
PostgreSQL Monitoring and Schema Linting for Laravel with Vacuum image

PostgreSQL Monitoring and Schema Linting for Laravel with Vacuum

Read article
PayZephyr: One Payment API for Stripe, Paystack, and PayPal image

PayZephyr: One Payment API for Stripe, Paystack, and PayPal

Read article
Bifrost Turns One With AI Builds and New Workflows image

Bifrost Turns One With AI Builds and New Workflows

Read article
Preview Blade Templates in macOS Finder with Quick Blade image

Preview Blade Templates in macOS Finder with Quick Blade

Read article