diff --git a/CHANGELOG.md b/CHANGELOG.md index 0111b3fdb7..6708441bad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/) ### Fixed - filter by regex shows parent nodes #116 +- typo in scss file ## [1.12.0] - 2018-04-27 ### Added diff --git a/visualization/app/testVille/testVille.component.scss b/visualization/app/testVille/testVille.component.scss index cd633ee461..8943cad459 100644 --- a/visualization/app/testVille/testVille.component.scss +++ b/visualization/app/testVille/testVille.component.scss @@ -1,5 +1,5 @@ @import "../mixins.scss"; -@import "../codecharta/codeCharta.component.scss"; +@import "../codeCharta/codeCharta.component.scss"; test-ville-component { @extend code-charta-component;