Transform Traditional CSS Into a Dynamic Tailwind Plugin
Your challenge is to convert all the CSS we've written up to now into a Tailwind plugin.
There's already a stripes-plugin.cjs
file for you, which is where you can write your plugin, and it's already required in the Tailwind config, so the plugin will start working as you create it.
And here is t
Transcript
0:00 Your challenge here is to convert all the CSS we've written up to now into a Tailwind plugin. There's already a stripes-plugin file for you, which is where you can write your plugin. It's already required in the Tailwind config, so the plugin will start working as you create it.
0:14 Here's the plugin file. We are requiring the plugin function from Tailwind. Currently, it's calling that function but doing nothing. This is your job. Good luck.