/*
Variables to inject proper file location once it is on dev (on watch) and running on mobile (mob)
*/
$dev-path: "../";
$mob-path: "../<%= moduleFolder %>/main/";
$env-path: $dev-path;
<% if (options.mainModule && !options.ionicCss) { -%>
/*
To customize the look and feel of Ionic, you can override the variables
in ionic's _variables.scss file.

For example, you might change some of the default colors:
*/

$light:                           #fff !default;
$stable:                          #f8f8f8 !default;
$positive:                        #4a87ee !default;
$calm:                            #43cee6 !default;
$balanced:                        #66cc33 !default;
$energized:                       #f0b840 !default;
$assertive:                       #ef4e3a !default;
$royal:                           #8a6de9 !default;
$dark:                            #444 !default;

// The path for our ionicons font files, relative to the built & temporary main.css
$ionicons-font-path: $env-path + "assets/fonts" !default;

// Include all of Ionic
@import "../../../bower_components/ionic/scss/ionic";

<% } -%>

