Skip to content

2.0.0 Beta 1

Compare
Choose a tag to compare
@brookback brookback released this 04 Jun 13:15
  • Bump Tailwind to 1.0.3.
  • Add all colors as CSS Custom Properties on the :root element. Usage:
:root {
  --blue-10: #f6fbfd;
}

p {
  color: var(--blue-10);
}