vuetifyjs / eslint-plugin-vuetify

An eslint plugin for Vuetify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add v2.3 typography class changes to no-deprecated-classes rule

icleolion opened this issue · comments

As per v2.3 release notes can the following be added to no deprecated classes rule.

.display-4 is now .text-h1
.display-3 is now .text-h2
.display-2 is now .text-h3
.display-1 is now .text-h4
.headline is now .text-h5
.title is now .text-h6
.subtitle-1 is now .text-subtitle-1
.subtitle-2 is now .text-subtitle-2
.body-1 is now .text-body-1
.body-2 is now .text-body-2
.caption is now .text-caption
.overline is now .text-overline