2.0.0 Beta 1
- 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);
}
:root
element. Usage::root {
--blue-10: #f6fbfd;
}
p {
color: var(--blue-10);
}