mkhairi / materialize-sass

Materializecss rubygem for Rails Asset Pipeline / Sprockets
http://materialize.labs.my/
MIT License
805 stars 243 forks source link

Added default parameter to sass color function to make rendering the base color friendlier #120

Closed chris-gooley closed 7 years ago

chris-gooley commented 7 years ago

I found when I wanted to use the basic colour from Materialize CSS, I had to look up the keyword for how to get it in the color.scss file.

This change makes calling the base color easier and more obvious. I've also included an addition to the Readme to reflect this as well.