1
0
mirror of https://github.com/kremalicious/ipfs.git synced 2024-11-21 17:27:06 +01:00
ipfs/postcss.config.js

7 lines
84 B
JavaScript

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