Skip to content

Commit

Permalink
[SITE] Core: add box-orient to ignored properties for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Sep 25, 2024
1 parent d31ed2d commit 15032b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/website/.stylelintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ rules:
# and could lead to unexpected results
no-invalid-double-slash-comments: true
# Disallow unknown properties
property-no-unknown: true
property-no-unknown:
- true
- ignoreProperties:
- /-webkit-/
- /-moz-/
- box-orient
# Use double colon notation for applicable pseudo-elements
selector-pseudo-element-colon-notation: double
# Disallow unknown pseudo-class selectors
Expand Down

0 comments on commit 15032b8

Please sign in to comment.