File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1515 "prefix" : " app" ,
1616 "mobile" : false ,
1717 "styles" : [
18- " styles.css "
18+ " styles.scss "
1919 ],
2020 "scripts" : [
2121 " ../node_modules/jquery/dist/jquery.js" ,
Original file line number Diff line number Diff line change 11< h1 >
22 {{title}}
33</ h1 >
4+
5+ < button class ="waves-effect waves-light btn "> Test Button</ button >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ /* You can add global styles to this file, and also import other style files */
2+
3+ @import " ../node_modules/materialize-css/sass/components/color" ; /* This must be included to use the included variables and the color function */
4+ $primary-color : color (" indigo" , " base" );
5+ $secondary-color : color (" blue" , " lighten-1" );
6+
7+ $roboto-font-path : " ../node_modules/materialize-css/fonts/roboto/" ; /* This is needed so the materialize.scss file can load the font */
8+ @import " ../node_modules/materialize-css/sass/materialize" ;
You can’t perform that action at this time.
0 commit comments