Use of Bootstrap style hidden-sm / visible-sm etc. in Ionic

I don’t know what else is in the pipeline WRT adapting to different screen sizes, but I’m used to using the hidden-xs / visible-xs classes in Bootstrap to hide and show specific elements on various breakpoints.

I’m considering at least copying / defining a couple of these and aligning them with the breakpoints currently used for expose-aside-when-XX breakpoints, and maybe some intermediate steps.

Has anyone followed this path already? Would it be considered too far away from the an idiomatic way to do this sort of thing in ionic? It always seemed like a very structured approach standard sites, although it could do with being paired with some runtime tests for named breakpoints to complete the picture.