Added missing semicolon (#7306)

Merge pull request 7306
This commit is contained in:
Jordan Morgan 2018-10-09 17:13:24 -05:00 committed by jekyllbot
parent 148ac25190
commit 3b4eb69d22
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Create `_sass/main.scss` with the following content:
```sass
.current {
color: green
color: green;
}
```