May I know how to apply border to ion-grid? I tried as in scss as below, but failed.
ion-col {
border: think solid black;
}
May I know how to apply border to ion-grid? I tried as in scss as below, but failed.
ion-col {
border: think solid black;
}
Make sure the file for the page is being loading in the app.core.scss file. This is a typical issue when styles aren’t getting applied.
I had added into app.core.scss as below
@import "../pages/mypage/mypage";