0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00
Bootstrap/site-new/postcss.config.cjs
Julien Déramond a264916d4f
docs: migration to Astro
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
2025-02-27 23:40:14 +01:00

4 lines
59 B
JavaScript

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