Skip to content

Commit

Permalink
Allow 'custom-elements' as selector
Browse files Browse the repository at this point in the history
  • Loading branch information
pioug committed May 30, 2019
1 parent 0ad55f9 commit 28d0951
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .stylelintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ rules:
no-descending-specificity: null
number-leading-zero: never
selector-attribute-quotes: always
selector-type-no-unknown: true
selector-type-no-unknown:
- true
- ignore:
- custom-elements
# string-quotes: double ## TODO
value-list-max-empty-lines: 1
order/order:
Expand Down

0 comments on commit 28d0951

Please sign in to comment.