How do you modify Ionic colors in Meteor? -
i'm using official ionic package meteor. working directly ionic, there way write sass theme. how in meteor set up?
- add
fourseven:scsspackage - download repo https://github.com/nickw/meteor-ionic-scss-import , copy files
/client/stylesheets/ionic - in main scss file, import ionic.import.scss:
@import "./ionic/ionic.import.scss"; - overwrite colors in
_variables.import.scss - go have beer.
Comments
Post a Comment