1234567891011121314 |
- /*
- 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:
- */
- @import "variables";
- // The path for our ionicons font files, relative to the built CSS in www/css
- $ionicons-font-path: "../lib/ionic/fonts" !default;
- // Include all of Ionic
- @import "www/lib/ionic/scss/ionic";
|