Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 284 Bytes

File metadata and controls

11 lines (8 loc) · 284 Bytes

Tailwind Color Hex Codes in Zig

  • color pallete like "red-300" as hexcode strings https://tailwindcss.com/docs/colors
  • small RgbaColor struct for convenient usage
  • when used with zon, the module name is "tailwind"
  • no dependencies

Licence

  • MIT / WTFPL
  • use it as you like