1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Fix a typo in the css

This commit is contained in:
jbranchaud
2017-11-09 08:53:18 -06:00
parent 1e553b3eae
commit 542657dbfb

View File

@@ -27,7 +27,7 @@ Then, this mixin can be _included_ wherever it is needed.
```css
div.base-nav {
@include nav;
@include navgation;
background-color: #fff;
color: #444;
@@ -39,7 +39,7 @@ div.base-nav {
}
div.admin-nav {
@include nav;
@include navgation;
background-color: #000;
color: #fff;