UNPKG

twindy

Version:

CSS Framework written in Stylus inspired by Tailwind and NIB

22 lines (18 loc) 283 B
[data-status] { &:before { content: "● "; color: -gray-500; } } [data-status=ok]:before { color: -green-500; } [data-status=warn]:before { color: -yellow-500; } [data-status=error]:before { color: -red-500; } [data-status=valid]:before { color: -blue-500; }