Skip to content

Commit

Permalink
Fix typo in Sass variable map
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes authored and chukycheese committed Sep 18, 2023
1 parent 693e1bd commit 43c34d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_docs/10-layouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ single_layout_gallery:
alt: "single layout with header example"
- image_path: /assets/images/mm-layout-single-meta.png
alt: "single layout with comments and related posts"
last_modified_at: 2020-01-07T13:14:09-05:00
last_modified_at: 2020-03-06T15:47:42-05:00
toc: true
toc_label: "Included Layouts"
toc_icon: "columns"
Expand Down Expand Up @@ -733,8 +733,8 @@ Under the `$social` color map in `assets/_scss/_buttons.scss` simply add a name
$social:
(facebook, $facebook-color),
(twitter, $twitter-color),
(linkedin, $linkedin-color);
(reddit, #ff4500;)
(linkedin, $linkedin-color),
(reddit, #ff4500);
```

**ProTip:** For bonus points you can add it as a Sass `$variable` that you set in `_variables.scss` like the other ["brand" colors](http://brandcolors.net/).
Expand Down

0 comments on commit 43c34d7

Please sign in to comment.