We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a8c6b commit 30e623cCopy full SHA for 30e623c
1 file changed
modules/generator/maps/pluginMap.js
@@ -2,16 +2,6 @@
2
const maximumVersion = 9999
3
4
export default {
5
- backgroundClip: {
6
- chrome: maximumVersion,
7
- safari: maximumVersion,
8
- opera: maximumVersion,
9
- and_chr: maximumVersion,
10
- ios_saf: maximumVersion,
11
- edge: maximumVersion,
12
- firefox: maximumVersion,
13
- op_mini: maximumVersion,
14
- },
15
calc: {
16
firefox: 15,
17
chrome: 25,
0 commit comments