ionic-pullup
ionic-pullup copied to clipboard
Customizing SCSS
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