element-theme
element-theme copied to clipboard
"Components" option has no any effect
Using this config, CSS for all components is always generated.
const buildOptions = {
browsers: ['ie > 10', 'last 2 versions'],
out: path + 'theme',
config: path + 'element-variables.scss',
minimize: false,
components: ['button', 'input', 'select']
}
铁子这个写哪里