Skip to content

Commit

Permalink
depracate large prop of card component
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Sep 12, 2024
1 parent a5bf696 commit 2a45d2b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export default defineComponent({
/**
* Render the card in a large size
* @depracated v4.0.0 - will be removed without replacement
*/
large: {
type: Boolean,
Expand Down Expand Up @@ -312,6 +313,7 @@ export default defineComponent({
}
}
/* @depracated v4.0.0 - will be removed without replacement */
.mt-card--large {
max-width: 83.125rem;
Expand Down

0 comments on commit 2a45d2b

Please sign in to comment.