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";

This directive automatically loads:

  • Base utilities
  • Responsive variants
Related skills
Installs
27
GitHub Stars
12
First Seen
Feb 28, 2026