1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-18 19:02:05 +02:00

feat: autoprefix docs css

This commit is contained in:
Jonas Kuske
2020-05-31 01:31:13 +02:00
parent a4f6da8bdc
commit ca6ef595c1

View File

@@ -118,7 +118,7 @@ const docs = () => {
// * Process CSS *
.pipe(cssOnly)
.pipe(sourcemaps.init())
.pipe(postcss([cssnano()]))
.pipe(postcss([autoprefixer(), cssnano()]))
.pipe(sourcemaps.write('.'))
.pipe(cssOnly.restore)