YanYuanFE / umi-plugin-emotion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

umi-plugin-emotion

NPM version NPM downloads

config for emotionjs

Install

# or yarn
$ npm install
$ npm run build --watch
$ npm run start

Usage

Configure in .umirc.js,

export default {
  plugins: [
    ['umi-plugin-emotion'],
  ],
}

Options

TODO

LICENSE

MIT

About


Languages

Language:TypeScript 88.1%Language:CSS 11.9%