Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 416 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 416 Bytes

@maizzle/tailwindcss

WIP, not ready for production.

This package exports a Tailwind CSS v4 configuration file that can be used to make the CSS output more email client-friendly. The output will still contain modern CSS syntax, so it needs lowering with a tool like Lightning CSS.

Install it:

npm install @maizzle/tailwindcss

Then, in your CSS:

@import '@maizzle/tailwindcss';