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

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
Laravel Auditor Audits Your App With Your Own AI Agent image

Laravel Auditor Audits Your App With Your Own AI Agent

Read article
A simple form builder that stays out of your way image

A simple form builder that stays out of your way

Read article
Laravel AI: Trace Agent Runs With Lifecycle Events image

Laravel AI: Trace Agent Runs With Lifecycle Events

Read article
Laravel AI: Get Raw HTTP Responses and Rate Limits image

Laravel AI: Get Raw HTTP Responses and Rate Limits

Read article
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article