0.0.1-alpha.19 • Published 3 years ago
@lingxiteam/bundle-less-theme-tools v0.0.1-alpha.19
bundle-less-theme-tools
A tool for bundling less theme files.
Install
$ npm install -D @lingxiteam/bundle-less-theme-tools
or
$ yarn add -D @lingxiteam/bundle-less-theme-tools
Export
- bundleLessTheme:read and resolve import path in less theme file, and output all
- miniLessTheme
- replaceLessTheme
Usage
let themeBundle = '';
let themeFileEntryPath = 'xxx/xxx/xxx.less';
themeBundle = bundleLessTheme(themeFileEntryPath);
themeBundle = replaceLessTheme(themeBundle, {
'body {': '.unuse-body {'
});
themeBundle = miniLessTheme(themeBundle);
0.0.1-alpha.19
3 years ago
0.0.1-alpha.18
3 years ago
0.0.1-alpha.17
3 years ago
0.0.1-alpha.16.1
3 years ago
0.0.1-alpha.16
3 years ago
0.0.1-alpha.15
3 years ago
0.0.1-alpha.14
3 years ago
0.0.1-alpha.13
3 years ago
0.0.1-alpha.12
3 years ago
0.0.1-alpha.11
3 years ago
0.0.1-alpha.10
3 years ago
0.0.1-alpha.9
3 years ago
0.0.1-alpha.8
3 years ago
0.0.1-alpha.7
3 years ago
0.0.1-alpha.6
3 years ago
0.0.1-alpha.5
3 years ago
0.0.1-alpha.4
3 years ago
0.0.1-alpha.3
3 years ago
0.0.1-alpha.2
3 years ago
0.0.1-alpha.1
3 years ago