Skip to content

Commit

Permalink
patch classes.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcedres committed Nov 8, 2020
1 parent 6f8d6a7 commit d1afad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helper/classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@
"optional": ["is-disabled", "is-hoverable", "is-inline", "is-active", "is-mobile-modal", "is-expanded"],
"passthrough": ["position"]
},
"VDropdopwnItem": {
"VDropdownItem": {
"always": ["dropdown-divider", "dropdown-item"],
"optional": ["dropdown-item", "is-disabled", "is-paddingless", "is-active", "has-link"]
},
"VMenu": {
"always": ["menu"]
},
"VMenuItem": {
"always": ["pr-2"],
"always": ["pr-2", "ul"],
"optional": ["is-flex", "is-active", "is-disabled"]
},
"VMenuList": {
Expand Down

0 comments on commit d1afad8

Please sign in to comment.