use ionic scss instead of css, set ionic vars

This commit is contained in:
Nick Cardin 2016-08-31 15:54:40 -04:00
commit 62a1a1a87a
4 changed files with 11 additions and 8 deletions

8
src/sass/ionic.scss Normal file
View file

@ -0,0 +1,8 @@
/* Set ionic variables */
$font-family-sans-serif: "Roboto", sans-serif;
$font-family-light-sans-serif: "Roboto-Light", sans-serif-light;
$royal: #1e3186;
@import "../../bower_components/ionic/scss/ionic";