1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-fe.git synced 2025-02-25 14:43:01 +01:00
youjo-fe/postcss.config.js

5 lines
66 B
JavaScript

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