layerchart icon indicating copy to clipboard operation
layerchart copied to clipboard

Support Tailwind prefixed classes

Open techniq opened this issue 1 year ago • 2 comments

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

techniq avatar Sep 05 '24 11:09 techniq

This might be improved once settings() is implemented.

techniq avatar Sep 05 '24 11:09 techniq

Prefix config changed in v4.

See also: #259

techniq avatar Mar 13 '25 12:03 techniq