# Tailwind

# Template

# Dorks

  • tailwind : responsive , tips , tricks
  • Components : Navbar , sidebar , footer , grid , font
  • Question
    • scroll properpty

# Cheatsheet

# List of Tialwind Components

ui , comp

# Responsive

  • Responsive Fonts
  • Tailwind is Mobile First Design
  • |-----------sm------md-------lg--------|
  • |---grid-2---|---sm:grid-3-------------|
  • |---grid-2----------|---md:grid-4------|
  • cls : sm , md , lg , xl , 2xl (Apply to that Size or higher)
  • Layout :
  • Breakpoint Range :
    • md:max-xl:bg-rose-100 (start : Mid , End : max-xl , Apply: bg-rose-100 )
  • scroll

# Tricks

# Entencd tailwind

  1. HTML
<div class="text-rose-500 bg-[#534656]"> <div/>
  1. CSS ._external
@apply text-rose-500 rounded-xl

# Transition

.transition-colors .duration-300 .ease-in-out

# Animate

  • Spin : .animate -spin , -ping , -bounce , -pulse

# Parent - Child

  • group , peer

# Blurry

.bg-opacity-20

# Components :