Skip to content

Commit b180a71

Browse files
authored
Ignore highlight
1 parent 45af3d8 commit b180a71

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,12 @@ export default {
8181
{
8282
severity: 'warning',
8383
allow: {
84-
features: ['properties.scrollbar-width', 'properties.scrollbar-gutter', 'properties.scrollbar-color'],
84+
features: [
85+
'properties.scrollbar-width',
86+
'properties.scrollbar-gutter',
87+
'properties.scrollbar-color',
88+
'selectors.highlight',
89+
],
8590
flagged: false,
8691
partialImplementation: true,
8792
prefix: true,

0 commit comments

Comments
 (0)