@@ -23,15 +23,15 @@ cat main.css | doiuse --browsers "ie >= 9, > 1%, last 2 versions"
23
23
24
24
** Sample output:**
25
25
```
26
- /projects/website/main.css:5:3: CSS3 Box-sizing not supported by: IE (8,9,10, 11), Chrome (36,37, 38), Safari (8,7.1), Opera (24, 25), iOS Safari (8,7.1,8.1), Android Browser (4.1,4.4,4.4.4), IE Mobile (10, 11)
27
- /projects/website/main.css:6:3: CSS3 Box-sizing not supported by: IE (8,9,10, 11), Chrome (36,37, 38), Safari (8,7.1), Opera (24, 25), iOS Safari (8,7.1,8.1), Android Browser (4.1,4.4,4.4.4), IE Mobile (10, 11)
28
- /projects/website/main.css:8:3: CSS user-select: none not supported by: IE (8, 9)
29
- /projects/website/main.css:9:3: CSS user-select: none not supported by: IE (8, 9)
30
- /projects/website/main.css:10:3: CSS user-select: none not supported by: IE (8, 9)
31
- /projects/website/main.css:11:3: CSS user-select: none not supported by: IE (8, 9)
32
- /projects/website/main.css:12:3: CSS user-select: none not supported by: IE (8, 9)
33
- /projects/website/main.css:13:3: Pointer events not supported by: IE (8,9, 10), Firefox (32, 33), Chrome (36,37, 38), Safari (8,7.1), Opera (24, 25), iOS Safari (8,7.1,8.1), Android Browser (4.1,4.4,4.4.4), IE Mobile (10)
34
- /projects/website/main.css:14:3: Pointer events not supported by: IE (8,9, 10), Firefox (32, 33), Chrome (36,37, 38), Safari (8,7.1), Opera (24, 25), iOS Safari (8,7.1,8.1), Android Browser (4.1,4.4,4.4.4), IE Mobile (10)
26
+ /projects/website/main.css:5:3: CSS3 Box-sizing not supported by: IE (8- 11), Chrome (36- 38), Safari (8,7.1), Opera (24- 25), iOS Safari (8,7.1,8.1), Android Browser (4.1,4.4,4.4.4), IE Mobile (10- 11)
27
+ /projects/website/main.css:6:3: CSS3 Box-sizing not supported by: IE (8- 11), Chrome (36- 38), Safari (8,7.1), Opera (24- 25), iOS Safari (8,7.1,8.1), Android Browser (4.1,4.4,4.4.4), IE Mobile (10- 11)
28
+ /projects/website/main.css:8:3: CSS user-select: none not supported by: IE (8- 9)
29
+ /projects/website/main.css:9:3: CSS user-select: none not supported by: IE (8- 9)
30
+ /projects/website/main.css:10:3: CSS user-select: none not supported by: IE (8- 9)
31
+ /projects/website/main.css:11:3: CSS user-select: none not supported by: IE (8- 9)
32
+ /projects/website/main.css:12:3: CSS user-select: none not supported by: IE (8- 9)
33
+ /projects/website/main.css:13:3: Pointer events not supported by: IE (8- 10), Firefox (32- 33), Chrome (36- 38), Safari (8,7.1), Opera (24- 25), iOS Safari (8,7.1,8.1), Android Browser (4.1,4.4,4.4.4), IE Mobile (10)
34
+ /projects/website/main.css:14:3: Pointer events not supported by: IE (8- 10), Firefox (32- 33), Chrome (36- 38), Safari (8,7.1), Opera (24- 25), iOS Safari (8,7.1,8.1), Android Browser (4.1,4.4,4.4.4), IE Mobile (10)
35
35
/projects/website/main.css:32:3: CSS3 Transforms not supported by: IE (8)
36
36
```
37
37
0 commit comments