Sha256: fd09226cc1d7330ab0cc1a22104e95864f85865ed399fde9d0e869aade946ef6

Contents?: true

Size: 224 Bytes

Versions: 384

Compression:

Stored size: 224 Bytes

Contents

module.exports = {
  plugins: [
    require('postcss-import'),
    require('postcss-flexbugs-fixes'),
    require('postcss-preset-env')({
      autoprefixer: {
        flexbox: 'no-2009'
      },
      stage: 3
    })
  ]
}

Version data entries

384 entries across 376 versions & 38 rubygems

Version Path
webpacker-4.0.0.rc.4 lib/install/config/postcss.config.js
webpacker-4.0.0.rc.3 lib/install/config/postcss.config.js
webpacker-4.0.0.rc.2 lib/install/config/postcss.config.js
webpacker-4.0.0.rc.1 lib/install/config/postcss.config.js