0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-14 14:29:30 +01:00
Bootstrap/site/postcss.config.cjs
Julien Déramond 3afdd5fcc6
All checks were successful
BrowserStack / browserstack (push) Has been skipped
docs: migration to Astro
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
2025-03-10 20:29:07 +01:00

4 lines
58 B
JavaScript

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