Transitioning Rounded Corners using the JIT Compiler

InstructorSam Selikoff

Share this video with your friends

Send Tweet

Tailwind CSS v2.1 introduces a new just-in-time compiler for Tailwind that generates your styles on-demand as you author your templates, instead of generating everything in advance at initial build time. In this lesson, we'll review how to transition rounded courses using the JIT Compiler.

The code for this lesson is divided into two sections, with this you can see the progress on the code.

  1. Begin
  2. End
Rafael Bitencourt
~ 2 years ago

From squares to a circles, we can also use rounded-[50%] and it will work despite the size of the square.