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
{{ message }}
This repository was archived by the owner on Aug 18, 2022. It is now read-only.
Is there a way to theme an app with Sass variables using this package?
Ionic2 documentation (http://ionicframework.com/docs/v2/theming/theming-your-app/) mentions an app.variables.scss file where you can tweak the $colors map.
$colors: (
primary: #387ef5,
secondary: #32db64,
danger: #f53d3d,
light: #f4f4f4,
dark: #222,
);