단팥초
단팥초
Error when using [email protected] "Expected value for define "process.env.NODE_ENV" to be a string"
In my case, this problem is fixed via installing `esbuild` version `0.13.15`.
Creating types for `tailwind` via `tailwind.config.js` is a great idea. Here are some of the pros and cons. Pros 1. natural and stable type creation via `tailwind.config.js` 2. removes the...
I'm really glad to hear that you had a good development experience with `tailwindest`. And I'll also think about how to generate types with CLI. Lastly, I haven't written a...
I'm redesign current `Tailwindest` customization generic option structure at **[V2.2.0](https://github.com/danpacho/tailwindest/discussions/68) to setup `tailwind.config.js` values by new setup CLI package!** So, now we don't have to generate types from `tailwind` package:)...