1
0
mirror of https://github.com/kremalicious/ipfs.git synced 2024-06-16 01:13:26 +02:00
ipfs/postcss.config.js

7 lines
84 B
JavaScript

module.exports = {
plugins: {
'postcss-preset-env': {},
cssnano: {}
}
}