1
0
Fork 0
bootstrap-html/site/postcss.config.cjs
Daniel Baumann 80f88880d3
Merging upstream version 5.3.6+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-08 17:51:11 +02:00

3 lines
58 B
JavaScript

module.exports = {
plugins: [require('autoprefixer')]
}