mirror of
https://github.com/LAB-MI/attestation-couvre-feu-covid-19.git
synced 2020-11-18 19:53:51 -08:00
12 lines
212 B
JavaScript
12 lines
212 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {
|
|
grid: true,
|
|
},
|
|
'postcss-preset-env': {},
|
|
'postcss-nested-ancestors': {},
|
|
'postcss-nested': {},
|
|
'postcss-current-selector': {},
|
|
},
|
|
}
|