@landfolk/swc-plugin-tx
v3.0.0
Published
SWC plugin for the tx Tailwind styling system
Readme
@landfolk/swc-plugin-tx
SWC plugin for the tx Tailwind styling system.
Install
pnpm add -D @landfolk/swc-plugin-txNext.js setup
// next.config.js
module.exports = {
experimental: {
swcPlugins: [['@landfolk/swc-plugin-tx', {}]],
},
}Version pin
This plugin is tied to Next.js 16.1.5 via a peer dependency. When you upgrade Next.js, you should upgrade the plugin to a compatible release.
Version mapping:
- v1.x: Next.js 14.2.x
- v2.x: Next.js 15.x
- v3.x: Next.js 16.x
