Skip to content

Commit 9c8f9f8

Browse files
authored
Merge pull request #1 from alexcarpenter/master
Fixes map-get color variable reference in README
2 parents 87bae5e + 4dee10f commit 9c8f9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $colors: map-get($config, "colors");
4848
$sizes: map-get($config, "sizes");
4949

5050
.button {
51-
color: map-get($color, "red");
51+
color: map-get($colors, "red");
5252
size: nth($sizes, 2);
5353
}
5454
```

0 commit comments

Comments
 (0)