Destroyed Customize (markdown)

Kevin Ross 2015-12-14 13:04:48 -06:00
parent 1dac010028
commit 80b09da12f

@ -1,16 +0,0 @@
# Customize Theme
Material Design for Bootstrap ("MD4B") comes with __teal__ as default color.
You may want to change it to something else, to do so, the easiest and effective way is using LESS.
Create a new `.less` file inside your project (in your `styles/` or `thirdparty/` folder.
````less
// Import the main LESS file from the installation folder of MD4B
@import "../bower_components/bootstrap-material-design/less/material-wfont.less";
// Override @primary color with one took from _colors.less
@primary: @deep-purple;
````