How to apply border to ion-grid

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";