rspack-contrib / rsbuild-plugin-tailwindcss

An Rsbuild plugin to integrate with Tailwind CSS
MIT License
13 stars 1 forks source link

feat: support zero-configuration #5

Closed colinaaa closed 2 weeks ago

colinaaa commented 2 weeks ago

If no tailwind.config.js is provided, we will create a empty configuration with only content that contains all the modules in the module graph.

This should allow using this plugin with zero-configuration.