mirror of
https://github.com/kognise/water.css.git
synced 2026-01-21 12:35:44 +01:00
feat: autoprefix docs css
This commit is contained in:
parent
a4f6da8bdc
commit
ca6ef595c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue