1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-12 08:04:13 +02:00

Remove redundant code

This commit is contained in:
Felix
2020-05-26 21:36:14 -05:00
parent ff9bf59b8a
commit f2ab222da6

View File

@@ -24,7 +24,6 @@ const postcssColorModFunction = require('postcss-color-mod-function').bind(null,
})
const paths = {
srcDir: 'src/*',
docs: { src: 'docs/**', dest: 'dist/docs' },
styles: { src: 'src/builds/*.css', dest: 'dist', watch: 'src/**/*.css' }
}