add `accent-color` to list of color-related CSS properties

master
Brad Cornes 2021-10-04 16:10:16 +01:00
parent 79aad93b97
commit 214e2b487b
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ import * as culori from 'culori'
import namedColors from 'color-name'
const COLOR_PROPS = [
'accent-color',
'caret-color',
'color',
'column-rule-color',