UNPKG

@rebass/grid

Version:

Responsive React grid system built with styled-system, with support for styled-components and emotion

23 lines (22 loc) 364 B
module.exports = { presets: [ '@babel/env', '@babel/react' ], plugins: [ 'babel-plugin-styled-components', ], env: { emotion: { plugins: [ [ "transform-rename-import", { "original": "^styled-components$", "replacement": "@emotion/styled" } ] ] } } }