Skip to content

Commit

Permalink
Fix the sample project following the updates to Materialize CSS 0.100.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lthompson committed Jul 30, 2017
1 parent 7496a65 commit 89923a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sample/src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
$roboto-font-path: "../node_modules/materialize-css/fonts/roboto/";
@import '../node_modules/materialize-css/sass/components/color';
@import '~materialize-css/sass/components/_color.scss';
$roboto-font-path: "~materialize-css/dist/fonts/roboto/";

$primary-color: color("green", "lighten-2");
$secondary-color: color("indigo", "lighten-1") !default;

@import '../node_modules/materialize-css/sass/materialize';
@import "~materialize-css/sass/materialize.scss";


0 comments on commit 89923a7

Please sign in to comment.