sass - Unbound variable ionic -


i'm getting unbound variable when load sass ionic. trying override checkbox , ionicon variable not resolve

// path our ionicons font files, relative built css in www/css $ionicons-font-path: "../lib/ionic/fonts" !default;  // include of ionic @import "www/lib/ionic/scss/ionic";  .following {   .checkbox input:before, .checkbox-icon:before {     content: $ionicon-var-android-add-circle;   } } 

if didn't update since beta14 have v1.5 of ionicons , $ionicon-var-android-add-circle not included in that.

update framework latest rc or add ionicons v2.0 manually project.


Popular posts from this blog

html/hta mutiple file in audio player -

debugging - Reference - What does this error mean in PHP? -