babel-plugin-object-styles-to-template icon indicating copy to clipboard operation
babel-plugin-object-styles-to-template copied to clipboard

Babel plugin to transpile object styles to template literal

Results 1 babel-plugin-object-styles-to-template issues
Sort by recently updated
recently updated
newest added

This patch allows using the plugin as follows, with [babel-macros](https://github.com/kentcdodds/babel-macros) installed: ```js import css from 'babel-plugin-object-styles-to-template/macro'; const container = css({ flex: 1, padding: 10, backgroundColor: 'orange', color: colors.white, '&:hover': {...