add `accent-color` to list of color-related CSS properties
parent
79aad93b97
commit
214e2b487b
|
@ -9,6 +9,7 @@ import * as culori from 'culori'
|
||||||
import namedColors from 'color-name'
|
import namedColors from 'color-name'
|
||||||
|
|
||||||
const COLOR_PROPS = [
|
const COLOR_PROPS = [
|
||||||
|
'accent-color',
|
||||||
'caret-color',
|
'caret-color',
|
||||||
'color',
|
'color',
|
||||||
'column-rule-color',
|
'column-rule-color',
|
||||||
|
|
Loading…
Reference in New Issue