1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 23:25:02 +00:00
mon-entreprise/postcss.config.js
2018-01-24 10:53:50 +01:00

4 lines
79 B
JavaScript

module.exports = {
plugins: [require('autoprefixer')],
sourceMap: 'inline'
}