Skip to content

Commit

Permalink
Add support v-deep pseudo element
Browse files Browse the repository at this point in the history
  • Loading branch information
v.zheleztsov committed Jun 15, 2021
1 parent e8f9266 commit 8b20fdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"except": ["empty"]
}
],
"selector-pseudo-element-no-unknown": [
true,
{ "ignorePseudoElements": ["v-deep"] }
],
"order/properties-order": [
"position",
"top",
Expand Down

0 comments on commit 8b20fdf

Please sign in to comment.