|
4 | 4 | // null == always enable (& no caniuse data)
|
5 | 5 | export default {
|
6 | 6 | customProperties: [ "css-variables" ],
|
| 7 | + // applyRule: [ null ], |
7 | 8 | // calc() transformation only make sense with transformed custom properties,
|
8 | 9 | // don't you think ?
|
9 |
| - // calc: null, |
| 10 | + // calc: [ null ], |
| 11 | + // nesting: [ null ], |
10 | 12 | // @todo open PR on caniuse repo https://github.com/Fyrd/caniuse
|
11 | 13 | // customMedia: [ null ],
|
12 | 14 | // mediaQueriesRange: [ null ],
|
13 | 15 | // customSelectors: [ null ],
|
14 |
| - // colorRebeccapurple: [ null ], // @todo can be done easily |
| 16 | + attributeCaseInsensitive: [ "css-case-insensitive" ], |
| 17 | + // @todo wait https://github.com/Fyrd/caniuse/issues/1271 |
| 18 | + // colorRebeccapurple: [ null ], |
15 | 19 | // colorHsl: [ null ],
|
16 | 20 | // colorHwb: [ null ],
|
17 | 21 | // colorRgb: [ null ],
|
18 | 22 | // colorGray: [ null ],
|
19 |
| - // colorHexAlpha: [ null ], |
| 23 | + colorHexAlpha: [ "css-rrggbbaa" ], |
20 | 24 | // colorFunction:[ null],
|
21 | 25 | // fontVariant: [ null ],
|
22 | 26 | // @todo can be done using a callback, this is only used for Firefox < 35
|
23 |
| - // filter: [ null ], |
| 27 | + filter: [ "css-filters" ], |
24 | 28 | initial: [ "css-all", "css-initial-value" ],
|
25 | 29 | rem: [ "rem" ],
|
26 | 30 | pseudoElements: [ "css-gencontent" ],
|
27 |
| - // pseudoClassMatches: [ null ], |
28 |
| - // pseudoClassNot: [ null ], |
| 31 | + pseudoClassMatches: [ "css-matches-pseudo" ], |
| 32 | + pseudoClassNot: [ "css-not-sel-list" ], |
| 33 | + // pseudoClassAnyLink: [ null ], |
29 | 34 | colorRgba: [ "css3-colors" ],
|
| 35 | + overflowWrap: [ "wordwrap" ], |
30 | 36 | // will always be null since autoprefixer does the same game as we do
|
31 | 37 | // autoprefixer: [ null ]
|
32 | 38 | }
|
0 commit comments