Babel plugin that enables CSS prop for Goober and ESM (e.g. Vite)
npm install babel-plugin-goober-css-prop-esmMost of the code here is from babel-plugin-css-prop which has been customised for goober
!npm (scoped)

``bash`Installation
npm install --save-dev babel-plugin-goober-css-prop-esm
In .babelrc (or any babel configuration type):
`json`
{
"plugins": [
"babel-plugin-transform-goober",
"babel-plugin-goober-css-prop-esm"
]
}
This has been tested only for a specific use case for usage with twin.macro`. Any contributions welcome.