Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 232 Bytes

File metadata and controls

16 lines (14 loc) · 232 Bytes

lazy-webpack-preset-sass

USAGE

// lazy-webpack
// ...
  presets: [{
    name: 'sass',
    options: {
      postcss: [], //  postcss plugins here
      extract: false // build css file?
    }
  }]
//...