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?

  1. add fourseven:scss package
  2. download repo https://github.com/nickw/meteor-ionic-scss-import , copy files /client/stylesheets/ionic
  3. in main scss file, import ionic.import.scss: @import "./ionic/ionic.import.scss";
  4. overwrite colors in _variables.import.scss
  5. go have beer.

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -