mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
7 lines
108 B
SCSS
7 lines
108 B
SCSS
ion-hide-when.show-content {
|
|
display: block;
|
|
}
|
|
|
|
ion-hide-when.hide-content {
|
|
display: none !important;
|
|
} |