Skip to content

Commit a721516

Browse files
underootgithub-actions[bot]
authored andcommitted
Update to stylelint@17
GitOrigin-RevId: d168bf6ec4bdfc4d1991c362e5eb55f45950ec6c
1 parent 08f55cf commit a721516

3 files changed

Lines changed: 322 additions & 167 deletions

File tree

.stylelintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"ignoreSelectors": [":-webkit-full-screen"]
1414
}],
1515
"property-no-vendor-prefix": [true, {
16-
"ignoreProperties": ["user-select"]
16+
"ignoreProperties": ["/^-webkit-user-select$/", "/^-webkit-tap-highlight-color$/"]
1717
}]
1818
}
1919
}

0 commit comments

Comments
 (0)