We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be03866 commit e2605afCopy full SHA for e2605af
Gulpfile.js
@@ -221,7 +221,6 @@ const buildStyles = function (done) {
221
sourceComments: true
222
}))
223
.pipe(prefix({
224
- browsers: ['last 2 version', '> 0.25%'],
225
cascade: true,
226
remove: true
227
package.json
@@ -56,5 +56,8 @@
56
"@highlightjs/cdn-assets": "^11.11.1",
57
"@popperjs/core": "^2.11.8",
58
"bootstrap": "^5.3.5"
59
- }
+ },
60
+ "browserslist": [
61
+ "defaults"
62
+ ]
63
}
0 commit comments