0.0.3 • Published 10 months ago

@fire-bird/highway-plugin-cui-h5 v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

@fire-bird/highway-plugin-cui-h5

@fire-bird/cui-h5 插件

About

开启 named import,jest 测试时兼容配置

Usage

在 plugin 中加入配置

{
  plugins: [
    [
      'cui-h5',
      {
        modifyVars: {
          'brand': 'green', // 全局主色
        }
      }
    ]
    //...other plugins
  ]
}

Options

目前只开放了 modifyVars 这个参数,用于定制 @fire-bird/cui-h5 内部的 less 颜色的基础变量。

0.0.3

10 months ago

0.0.2

10 months ago