w
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

postcss.config.js
application/javascript

Download raw (223 bytes)

module.exports = ctx => ({
  map: ctx.options.map,
  plugins: {
    'postcss-cssnext': {
      features: {
        customProperties: false
      }
    },
    'postcss-import': {},
    'postcss-selector-matches': {},
  }
})