From 80b09da12f6a6f1a04ff7ea0db9296cdb22f0eeb Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Mon, 14 Dec 2015 13:04:48 -0600 Subject: [PATCH] Destroyed Customize (markdown) --- Customize.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Customize.md diff --git a/Customize.md b/Customize.md deleted file mode 100644 index b6512d3..0000000 --- a/Customize.md +++ /dev/null @@ -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; -```` -