Skip to content

Commit c85ec47

Browse files
committed
feat(rules): add rename of class subheading to text-subtitle-1
Migration from vuetifyjs v1.5 to v2: https://v2.vuetifyjs.com/en/getting-started/upgrade-guide/#typography
1 parent 34db77f commit c85ec47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/no-deprecated-classes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const replacements = new Map([
2828
['display-1', 'text-h4'],
2929
['headline', 'text-h5'],
3030
['title', 'text-h6'],
31+
['subheading', 'text-subtitle-1'],
3132
['subtitle-1', 'text-subtitle-1'],
3233
['subtitle-2', 'text-subtitle-2'],
3334
['body-1', 'text-body-1'],

0 commit comments

Comments
 (0)