Tailwind CSS에서는 CSS 기본 상속 규칙을 따르며, 특정 속성들만 상속된다.
상속되는 CSS 속성은 일반적으로 텍스트 및 글꼴 스타일과 관련된 것들이다.
text-{color}
font-{family}
text-{size}
italic
, not-italic
font-{weight}
uppercase
, lowercase
, capitalize
, normal-case
text-left
, text-center
, text-right
, text-justify
leading-{value}
- Tailwind 클래스: `tracking-{value}`
- Tailwind 클래스: `underline`, `line-through`, `no-underline`
- Tailwind 클래스: `decoration-{color}`
- Tailwind 클래스: `decoration-{style}` (e.g., `solid`, `dotted`, `dashed`, etc.)
- Tailwind 클래스: `decoration-{thickness}`
- Tailwind 클래스: `underline-offset-{value}`
- Tailwind로는 직접 지원되지 않지만, 커스텀 스타일로 적용 가능