destack
destack copied to clipboard
Add support for custom Tailwindcss config
Currently, Tailwindcss is loaded from a cdn. This is not very ideal (slower TTFB, external dependencies, slower performance)
Building Tailwindcss locally with a custom config will give greater customizability to the user.
This issue exists to track the feature.