From b76b877e42cd7967f770b06e4d9618b1f69227da Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Wed, 29 Apr 2015 13:27:40 +0200 Subject: [PATCH] fixes #542 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac3815c5..99d19031 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Is often asked how to change the primary color of this theme without edit the bo You can do it by creating a less file in your project: - @import "../bower_components/bootstrap-material-design/less/material-wfont.less"; + @import "../bower_components/bootstrap-material-design/less/material.less"; // Override @primary color with one took from _colors.less @primary: @deep-purple;