Skip to content

Commit

Permalink
feat(rules): add rename of class subheading to text-subtitle-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua committed May 14, 2024
1 parent 34db77f commit c85ec47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/no-deprecated-classes.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const replacements = new Map([
['display-1', 'text-h4'],
['headline', 'text-h5'],
['title', 'text-h6'],
['subheading', 'text-subtitle-1'],
['subtitle-1', 'text-subtitle-1'],
['subtitle-2', 'text-subtitle-2'],
['body-1', 'text-body-1'],
Expand Down

0 comments on commit c85ec47

Please sign in to comment.