mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-08 21:05:01 +00:00
9 lines
111 B
JavaScript
9 lines
111 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
require('autoprefixer')
|
|
]
|
|
}
|
|
|
|
/*
|
|
browsers: [ '> 1% in FR', 'not ie < 10' ]
|
|
*/
|