1
0
Fork 0
bootstrap-html/site/postcss.config.cjs
Daniel Baumann c084e7d586
Adding upstream version 5.3.6+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-08 06:13:50 +02:00

3 lines
58 B
JavaScript

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