easy-tailwind
easy-tailwind copied to clipboard
An easier way of writing Tailwind classes.
I realize that the recommendation for variable classNames is to just pass them in to a string interpolation, but I prefer the cleanliness of passing them into `e`. I understand...
I recently began work on a Tailwind plugin different from yours in that mine did not support grouping or anything like clsx, but similar in that mine introduces a transformer...
### **First, thanks for creating this plugin! It's nearly 90% perfect for me. ✨** Why 90%: ```tsx className={cn( fonts.Gilroy_Sans.variable, fonts.Sf_Mono.variable, "relative h-fit !scroll-smooth bg-mega-background", e({ all: "focus:outline-none", selection: "bg-zinc-400/40 text-mega-secondary...