Skip to content

Commit

Permalink
fixes typo in testville scss file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpatpat authored and ccTechUser committed Jun 11, 2018
1 parent ef7ea10 commit e1d6f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion visualization/app/testVille/testVille.component.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "../mixins.scss";
@import "../codecharta/codeCharta.component.scss";
@import "../codeCharta/codeCharta.component.scss";

test-ville-component {
@extend code-charta-component;
Expand Down

0 comments on commit e1d6f7c

Please sign in to comment.