antd-pro-merge-lesss

0.0.2 • Public • Published

antd-pro-merge-less

使用方式:

// 将所有 less 合并为一个供 themePlugin使用
  const outFile = path.join(__dirname, './.temp/ant-design-pro.less');
  const stylesDir = path.join(__dirname, './src/');

  const mergeLessPlugin = new MergeLessPlugin({
    stylesDir,
    outFile,
  });

Readme

Keywords

Package Sidebar

Install

npm i antd-pro-merge-lesss

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

5.49 kB

Total Files

6

Last publish

Collaborators

  • dsx_mdn