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 424980b0ff
docs: migration to Astro
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
2025-02-28 22:36:02 +01:00

4 lines
59 B
JavaScript

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