Move less and js

This commit is contained in:
Oliver Davies 2017-11-01 20:58:58 +00:00
parent 662c446b02
commit af64453ef8
10 changed files with 2 additions and 2 deletions

17
less/components/nav.less Normal file
View file

@ -0,0 +1,17 @@
.nav-item {
.black-70;
.dib;
.f6;
.link;
.ml3;
.pv3;
&:first-child { .ml0 }
}
.nav-item--active {
.b--blue;
.bb;
.black;
.bw1;
}