Col-center and other CSS from Ionic 1

Hello,

I was asking myself, did Ionic 2 let down a lot of its CSS classes available for Ionic 1 ? For example the col-center property and the grid system doesn’t seems to be available in Ionic 2.

Thanks ahead,
JB

The grid system is still available in Ionic2 - the formatting looks like <ion-col> now. This article goes over it: http://www.joshmorony.com/an-in-depth-look-at-the-grid-system-in-ionic-2/

Oh, okay, they used directives for pretty much everything in place of plain css like before ! I get it. Thank you very much. Although I’m not sure, performance-wise, is it really a smart move ?