mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
feat(css): add CSS display utilities (#17359)
Adds classes to set display none on any element. * add `.ion-hide` selector to hide content * add `.ion-hide-{breakpoint}-{up|down}]` to selectively hide content closes #10904
This commit is contained in:

committed by
Brandy Carney

parent
3b331b5216
commit
6bea9d3248
@ -3,3 +3,4 @@
|
||||
@import "./text-alignment";
|
||||
@import "./text-transformation";
|
||||
@import "./flex-utils";
|
||||
@import "./display";
|
||||
|
Reference in New Issue
Block a user