Tailwind

Tailwind CSS

NeuralBlitz Updated 1 repo stars

File contents

Tailwind CSS

Tailwind CSS is a utility-first CSS framework that provides low-level utility classes to build custom designs without leaving your HTML. It enables rapid UI development through composition.

Key Concepts

  • Utility classes
  • Responsive design (prefixes)
  • Dark mode support
  • Component extraction (@apply)
  • Custom theme configuration

Common Use Cases

  • React/Vue/Angular UIs
  • Landing pages
  • Dashboard interfaces
  • Design systems
  • Rapid prototyping

Best Practices

  • Extract repeated patterns to components
  • Use @layer for custom styles
  • Leverage arbitrary values
  • Configure theme for consistency
  • Use @apply sparingly

Resources

  • Tailwindcss.com: tailwindcss.com/docs
  • Related Skills: css, react, vue, responsive-design

NeuralBlitz/Agent-Gateway/tree/main/agent-gateway/skills/user/categories/frameworks-libraries/tailwind commit b66e60a7e4

Frequently asked questions

npx skillmds@latest add neuralblitz/tailwind-2