@molehill-ui/babel-plugin
v0.6.0
Published
Babel plugin to add theme properties
Readme
Installation
Run npx molehill-ui to setup the config.
Manual installation
Add this plugin before any plugins that add or process the css prop:
{
"plugins": ["@molehill-ui"]
}Setup the config file (optional)
Add a molehill.config.js file to the project root.
import { createCssTheme } from '@molehill-ui/theme'
export default createCssTheme({
config: {},
})