drupal-quartiersdedemain/web/themes/custom/quartiers_de_demain/postcss.config.js

5 lines
74 B
JavaScript
Raw Normal View History

2024-07-15 13:04:02 +02:00
module.exports = {
plugins: [
require('autoprefixer')
]
};