Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

v9.2.0

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 30 Jun 01:46
· 25 commits to master since this release
  • Added the ability to specify other postcss options:

    postcss: {
      plugins: [...],
      options: {
        parser: require('sugarss')
      }
    }