mirror of
https://github.com/kognise/water.css.git
synced 2025-08-18 10:51:29 +02:00
feat: autoprefix docs css
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user