Most of the code here is from babel-plugin-css-prop
which has been customised for goober
# Installation
npm install --save-dev @agney/babel-plugin-goober-css-prop
In .babelrc
(or any babel configuration type):
{
"plugins": [
"babel-plugin-transform-goober",
"@agney/babel-plugin-goober-css-prop"
]
}
This has been tested only for a specific use case for usage with twin.macro
. Any contributions welcome.