pleroma-fe/postcss.config.js

5 lines
87 B
JavaScript
Raw Normal View History

2025-02-28 10:52:04 -05:00
import autoprefixer from 'autoprefixer'
export default {
2026-01-06 16:22:52 +02:00
plugins: [autoprefixer],
}