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:
@@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user