UNPKG

ff-dashboard

Version:

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

14 lines (12 loc) 253 B
module.exports = { use: [ 'postcss-import' , 'precss' , 'postcss-color-function' , 'autoprefixer' , 'cssnano'] , 'local-plugins' : true , 'autoprefixers' : {browsers: 'last 2'} , input: 'example/index.css' , output: 'example/build.css' }