UNPKG

ff-dashboard

Version:

Flimflam dashboard component comprised of a main panel and two side panels

12 lines (10 loc) 258 B
module.exports = { use: [ 'postcss-import' , 'precss' , 'postcss-color-function'] , 'local-plugins' : true , 'postcss-import': {onimport: sources => global.watchcss(sources, this.from)} , input: 'example/index.css' , output: 'example/build.css' }