Daemonite / material

Material Design for Bootstrap 4
http://daemonite.github.io/material/
MIT License
3.2k stars 720 forks source link

Instructions to build with different colors #144

Closed DelBianco closed 6 years ago

DelBianco commented 6 years ago

Im trying to rebuild the master with colors changed but i have no idea about the packages this need, im a noob starting to learn sass, and node, have no idea about the packages that i need can someone post here the steps to rebuild it in a linux machine?

sesemaya commented 6 years ago

You can do this by modifying $theme-colors in /assets/sass/variables/_palette.scss and then recompile by running grunt

DelBianco commented 6 years ago

Thank you.

i did it but first i needed run those commands: install npm install grunt install sass (i realise that was not installed in this machine)

sudo apt install npm sudo PATH="$PATH:/usr/local/bin" npm install -g grunt-cli sudo apt install ruby-sass

so now i can change the colors and run grunt to recompile

hope i can help this project in future.

Thanks for the great work

sesemaya commented 6 years ago

Details about "Theming" and "Tooling" are added to the latest documentation.