Skip to content

Commit ee2fb73

Browse files
authored
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 73c0d50 commit ee2fb73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/rules/no-deprecated-classes.js

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const replacements = new Map([
3535
['display-1', 'text-h4'],
3636
['headline', 'text-h5'],
3737
['title', 'text-h6'],
38+
['subheading', 'text-subtitle-1'],
3839
['subtitle-1', 'text-subtitle-1'],
3940
['subtitle-2', 'text-subtitle-2'],
4041
['body-1', 'text-body-1'],

0 commit comments

Comments
 (0)