diff options
Diffstat (limited to 'front/odiparpack/postcss.config.js')
| -rw-r--r-- | front/odiparpack/postcss.config.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/front/odiparpack/postcss.config.js b/front/odiparpack/postcss.config.js new file mode 100644 index 0000000..dd35fce --- /dev/null +++ b/front/odiparpack/postcss.config.js @@ -0,0 +1,7 @@ +var autoprefixer = require('autoprefixer'); // eslint-disable-line + +module.exports = { + plugins: [ + autoprefixer({ overrideBrowserslist: 'last 2 versions' }) + ] +}; |
