Transcript
00:00 For this exercise, the project is already set up with Tailwind CSS version four. We've upgraded Tailwind CSS to version four alpha, and we've installed the Tailwind Vite plugin. In the Vite config, we have imported that Vite plugin, and we have registered it here in the plugins array. We've also replaced the three Tailwind directives
00:17 at Tailwind base components and utilities with at import Tailwind CSS. And finally, we've deleted the PostCSS config file because we don't need it anymore using the Vite plugin, and we could have deleted the Tailwind config, but we keep it just as a reference of what we've been working on. In this first exercise,
00:35 you're going to use the new at theme block to register the custom colors in the Tailwind theme. You're going to have to move things around and rename the variables, and also go back to the HSL color value instead of the HS and L strings. There's all the information that you need in the description below. Good luck.