From 22174069503dfb9f3cd99a78ac3df0e966153e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20T=C3=B3th?= Date: Wed, 8 Feb 2017 13:21:05 +0100 Subject: [PATCH] fix doc (#577): fix for documentation --- docs/contents/articles/014-switch-to-blur-theme/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contents/articles/014-switch-to-blur-theme/index.md b/docs/contents/articles/014-switch-to-blur-theme/index.md index 7f429b0e..119c8ef9 100644 --- a/docs/contents/articles/014-switch-to-blur-theme/index.md +++ b/docs/contents/articles/014-switch-to-blur-theme/index.md @@ -65,13 +65,13 @@ Before running build command, switch to *blur* color profile. To do so replace theme in `src/app/theme/sass/conf/conf.scss`: ```scss -@import 'colorScheme/ng2'; +@import 'colorSchemes/ng2'; ``` to ```scss -@import 'colorScheme/blur'; +@import 'colorSchemes/blur'; ``` Additionaly, if you would like to use some different background, replace the following images: @@ -82,4 +82,4 @@ Additionaly, if you would like to use some different background, replace the fol We suggest using 10px Gaussian blur to blur an original image.

-That's it! You have successfully blurred your theme! Run `npm start` and check it out. \ No newline at end of file +That's it! You have successfully blurred your theme! Run `npm start` and check it out.