tailwindcss-core
Installation
SKILL.md
Tailwind CSS Core v4.1
Overview
Tailwind CSS v4.1 introduces a CSS-first approach that eliminates the need for a traditional tailwind.config.js file. All configuration is now done directly in your CSS files via specialized directives.
Key Concepts
1. @import "tailwindcss"
Entry point to load Tailwind CSS. Place at the beginning of your main CSS file.
@import "tailwindcss";