1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-19 03:11:27 +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 * // * Process CSS *
.pipe(cssOnly) .pipe(cssOnly)
.pipe(sourcemaps.init()) .pipe(sourcemaps.init())
.pipe(postcss([cssnano()])) .pipe(postcss([autoprefixer(), cssnano()]))
.pipe(sourcemaps.write('.')) .pipe(sourcemaps.write('.'))
.pipe(cssOnly.restore) .pipe(cssOnly.restore)