, github.
: 1) scss; 2) scss.
$ meteor add fourseven:scss
$ meteor add poetic:materialize-scss
$ meteor remove materialize:materialize # if you have materialize installed
/styles/app.scss:
@import ".meteor/local/build/programs/server/assets/packages/poetic_materialize-scss/bower_components/materialize/sass/components/_color.scss";
@import "client/styles/variables.scss";
@import ".meteor/local/build/programs/server/assets/packages/poetic_materialize-scss/bower_components/materialize/sass/materialize.scss";
//variables.scss
$primary-color-dark:
$primary-color:
$primary-color-light:
$primary-color-text:
$accent-color:
$primary-text-color:
$secondary-text-color:
$divider-color:
(obvisouly ;-))
: https://github.com/poetic/meteor-materialize-sass/issues/1