Skip to content

Commit d1776fc

Browse files
authored
Disable colorHexAlpha for now
It's giving errors, see MoOx#357.
1 parent 6577f6c commit d1776fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features-activation-map.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
// colorHwb: [ null ],
2121
// colorRgb: [ null ],
2222
// colorGray: [ null ],
23-
colorHexAlpha: [ "css-rrggbbaa" ],
23+
// colorHexAlpha: [ "css-rrggbbaa" ],
2424
// colorFunction:[ null],
2525
// fontVariant: [ null ],
2626
// @todo can be done using a callback, this is only used for Firefox < 35

0 commit comments

Comments
 (0)