Skip to content

Commit 85f3bad

Browse files
authored
fix(rules): add missing rename of subheading class (#85)
fixes #99
1 parent 3d62550 commit 85f3bad

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
@@ -30,6 +30,7 @@ const replacements = new Map([
3030
['display-1', 'text-h4'],
3131
['headline', 'text-h5'],
3232
['title', 'text-h6'],
33+
['subheading', 'text-subtitle-1'],
3334
['subtitle-1', 'text-subtitle-1'],
3435
['subtitle-2', 'text-subtitle-2'],
3536
['body-1', 'text-body-1'],

0 commit comments

Comments
 (0)