github.com/criteo/command-launcher@v0.0.0-20230407142452-fb616f546e98/gh-pages/config/postcss.config.js (about)

     1  const autoprefixer = require('autoprefixer');
     2  
     3  module.exports = {
     4    plugins: [
     5      autoprefixer(),
     6    ],
     7  }