2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00
website/homepage/postcss.config.js

6 lines
66 B
JavaScript
Raw Normal View History

2019-10-27 12:53:08 +01:00
module.exports = {
plugins: [
require('autoprefixer')
]
}