pleroma-fe/postcss.config.js

8 lines
94 B
JavaScript
Raw Normal View History

2025-02-28 10:52:04 -05:00
import autoprefixer from 'autoprefixer'
export default {
plugins: [
2025-02-28 10:52:04 -05:00
autoprefixer
]
}