I’m interested in using the official Tailwind Typography plugin with a Phoenix 1.7 project. What is the idiomatic way to add it? Since we don’t touch JS at all, not sure whether I should run npm in my project as per the official Tailwind directions…
#Tailwind Plugins in Phoenix 1.7+
3 messages · Page 1 of 1 (latest)
in a fresh Phoenix 1.7 project, it uses the tailwind cli app, which comes pre-bundled with all the official plugins. You don't have to install anything, you just have to add the typography plugin to your tailwind config file
Thanks @burnt oak I'll give it a try and report back.