Skip to content

Commit

Permalink
Merge pull request #1 from alexcarpenter/master
Browse files Browse the repository at this point in the history
Fixes map-get color variable reference in README
  • Loading branch information
xzyfer authored Jul 14, 2018
2 parents 87bae5e + 4dee10f commit 9c8f9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $colors: map-get($config, "colors");
$sizes: map-get($config, "sizes");

.button {
color: map-get($color, "red");
color: map-get($colors, "red");
size: nth($sizes, 2);
}
```
Expand Down

0 comments on commit 9c8f9f8

Please sign in to comment.