layerchart
layerchart copied to clipboard
Support Tailwind prefixed classes
Support prefix defined in the Tailwind config.
See discussion
Will also need to update cls which uses tailwind-merge and support prefix
Getting this to work with JIT will also be challenging as ${twPrefix}some-class wouldn't work, although maybe leveraging a preprocessor might.
Other projects
- Tremor determined it wasn't possible for them to support
This might be improved once settings() is implemented.