Flutter-Bounty-Hunters / static_shock

A static site generator for Dart.
MIT License
58 stars 5 forks source link

Added plugin for Tailwind CSS (Resolves #145) #146

Closed matthew-carroll closed 5 days ago

matthew-carroll commented 1 week ago

Added plugin for Tailwind CSS (Resolves #145)

This plugin simply creates a place in the generation process to call out to the Tailwind CSS binary tool: https://tailwindcss.com/blog/standalone-cli

It's up to the user to include an appropriate Tailwind binary in their project.