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

10 lines
111 B
JavaScript
Raw Normal View History

2017-03-14 15:00:54 +01:00
module.exports = {
plugins: [
require('autoprefixer')
]
}
/*
browsers: [ '> 1% in FR', 'not ie < 10' ]
*/