You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for this excellent library. You have a small note on your project page that says we can easily customize SCSS. Where do I customize it? I tried adding my own SCSS values in variables.scss but those changes were not reflected. I'd prefer not to modify node_modules/ionic-pullup/dist/ion-pullup.scss as that will get overwritten if I npm install again.
Thanks
Example:
$tabHeight: 18; // tab height, set to 0px if there is no tab
$tabRadius: 4px; // tab radius
$tabBackground: color($colors, secondary, base); // tab background color
$tabIconColor: white; // icon color within tab
$tabShadow: none // shadow color
The text was updated successfully, but these errors were encountered:
Hi, thanks for this excellent library. You have a small note on your project page that says we can easily customize SCSS. Where do I customize it? I tried adding my own SCSS values in
variables.scss
but those changes were not reflected. I'd prefer not to modifynode_modules/ionic-pullup/dist/ion-pullup.scss
as that will get overwritten if I npm install again.Thanks
Example:
The text was updated successfully, but these errors were encountered: