Skip to content

Commit a787dd6

Browse files
authored
Configure scroll-state for stylelint
1 parent 68f2ef1 commit a787dd6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

stylelint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ export default {
1414
},
1515
],
1616
'layer-name-pattern': '^[a-z][a-zA-Z0-9.-]*$',
17+
'declaration-property-value-no-unknown': {
18+
ignoreProperties: {container: ['scroll-state']},
19+
},
1720
},
1821
overrides: [
1922
{

0 commit comments

Comments
 (0)