tweb/postcss.config.js
morethanwords 68c93396e8 Almost completed task #1
New storage (CacheStorage)
Safari fixes
Webpack configuration
New slider animation
2020-06-05 19:01:06 +03:00

8 lines
132 B
JavaScript

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