Support className props for taliwind css while using twin.macro
// babel-plugin-macros.config.js
module.exports = {
twin: {
// ...
includeClassNames: true,
},
}
// or
// package.json
"babelMacros": {
"twin":
// ...
"includeClassNames": true
},
},