1
0
mirror of https://github.com/LAB-MI/attestation-couvre-feu-covid-19.git synced 2020-11-18 19:53:51 -08:00
attestation-couvre-feu-covi.../postcss.config.js
2020-10-17 09:59:01 +02:00

12 lines
212 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {
grid: true,
},
'postcss-preset-env': {},
'postcss-nested-ancestors': {},
'postcss-nested': {},
'postcss-current-selector': {},
},
}