I’m trying to set the default size like this
ion-icon {
font-size: 48px;
&[size="small"] {
font-size: 20px
}
}
I supposed this isn’t the right way to do it. Can anyone point me in the right direction?
1 post - 1 participant
I’m trying to set the default size like this
ion-icon {
font-size: 48px;
&[size="small"] {
font-size: 20px
}
}
I supposed this isn’t the right way to do it. Can anyone point me in the right direction?
1 post - 1 participant