Update index.md

Correction in step 2:
`src/sass/theme/common.scs` changed to `src/sass/common.scs`

The path mentioned before is incorrect.
pull/117/head
greatdevaks 2016-07-15 18:33:36 +05:30 committed by GitHub
parent f89cdf0916
commit 188c1cd485
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ As we want dark theme, we're taking `blur`.
1) Copy `src/sass/theme/conf/colorScheme/_blur.scss` to `src/sass/theme/conf/colorScheme/_dark.scss`.
2) Include your colorscheme file in `src/sass/theme/common.scs`.
2) Include your colorscheme file in `src/sass/common.scs`.
To do this, replace
```scss