style(components): rename class names to match tag names

This commit is contained in:
Brandy Carney
2017-12-06 14:29:15 -05:00
parent 2388fe4dc6
commit 926eff8a69
4 changed files with 8 additions and 7 deletions

View File

@ -657,7 +657,7 @@ declare global {
import {
Column as IonCol
Col as IonCol
} from './components/col/col';
declare global {
@ -2142,7 +2142,7 @@ declare global {
import {
ItemReorder as IonReorder
Reorder as IonReorder
} from './components/reorder/reorder';
declare global {
@ -2706,7 +2706,7 @@ declare global {
import {
TabbarButton as IonTabButton
TabButton as IonTabButton
} from './components/tab-button/tab-button';
declare global {