meteor-materialize-scss
meteor-materialize-scss copied to clipboard
Meteor MaterializeCSS Package in SCSS
I'm not entirely sure why I'm getting this. I've taken source code from a working project and copied it to a newly created meteor project. Not sure what to do...
Seems the chips functionality hasn't been brought over to scss, maybe there's something I don't know about how to import it into Meteor. Steps to recreate: ```git clone https://github.com/Cypher1/Chips_test``` or...
Hi New materializecss version was released last month, would be nice if this package could be updated to V0.97.7. Thanks :)
``` While determining active plugins: error: conflict: two packages included in the app (angular2-compilers and fourseven:scss) are both trying to handle *.scss error: conflict: two packages included in the app...
Hello, As provided in the Materializecss documentation, it should be possible to initialize an input with autocomplete data, but this option doesn't seems to exists in this package, is it...
https://github.com/poetic/meteor-materialize-scss/blob/meteor/sass/components/_variables.scss I'm trying to change the input background color ``` scss // If you want to override materialize sass variables you can uncomment the following: @import "{poetic:materialize-scss}/sass/components/_color.scss"; $primary-color-dark: #0288D1; $primary-color:...
I've isolated a problem in my mobile navbar not displaying to be a result of upgrading to version 1.97.6_1. Screen opacity changes but nothing else. Downgrading to 1.97.5_2 solves this...
Changing over to this package from `materialize:materialize` I ran into an issue. I happen to be importing an app-specific scss partial called `_global.scss`, from a directory called `components`. Obviously this...
please update the included font with the new material icons. Example: https://design.google.com/icons/#ic_delete_forever. Or make it possible to overwrite the font path because when adding the font to the head it...