Skip to content

Commit e2605af

Browse files
committed
build: use browserlist for prefixer configuration
1 parent be03866 commit e2605af

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ const buildStyles = function (done) {
221221
sourceComments: true
222222
}))
223223
.pipe(prefix({
224-
browsers: ['last 2 version', '> 0.25%'],
225224
cascade: true,
226225
remove: true
227226
}))

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,8 @@
5656
"@highlightjs/cdn-assets": "^11.11.1",
5757
"@popperjs/core": "^2.11.8",
5858
"bootstrap": "^5.3.5"
59-
}
59+
},
60+
"browserslist": [
61+
"defaults"
62+
]
6063
}

0 commit comments

Comments
 (0)