fix doc (#577): fix for documentation

This commit is contained in:
Gábor Tóth 2017-02-08 13:21:05 +01:00 committed by Dmitry Nehaychik
parent d34e6e92c0
commit 2217406950

View file

@ -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`: To do so replace theme in `src/app/theme/sass/conf/conf.scss`:
```scss ```scss
@import 'colorScheme/ng2'; @import 'colorSchemes/ng2';
``` ```
to to
```scss ```scss
@import 'colorScheme/blur'; @import 'colorSchemes/blur';
``` ```
Additionaly, if you would like to use some different background, replace the following images: 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. We suggest using 10px Gaussian blur to blur an original image.
<br><br> <br><br>
That's it! You have successfully blurred your theme! Run `npm start` and check it out. That's it! You have successfully blurred your theme! Run `npm start` and check it out.