UNPKG

less-plugin-dls

Version:

Less plugin for Baidu Light DLS.

10 lines (8 loc) 183 B
import enhancers from '../enhancers' import functions from '../functions' export default { install(...args) { enhancers.apply(this, args) functions.apply(this, args) } }