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:
@@ -27,7 +27,7 @@ Then, this mixin can be _included_ wherever it is needed.
|
|||||||
|
|
||||||
```css
|
```css
|
||||||
div.base-nav {
|
div.base-nav {
|
||||||
@include nav;
|
@include navgation;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #444;
|
color: #444;
|
||||||
|
|
||||||
@@ -39,7 +39,7 @@ div.base-nav {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.admin-nav {
|
div.admin-nav {
|
||||||
@include nav;
|
@include navgation;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user