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

9 lines
123 B
JavaScript
Raw Permalink Normal View History

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