10 lines
86 B
SCSS
10 lines
86 B
SCSS
nav {
|
|
ul {
|
|
@include slim-ul;
|
|
|
|
li {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
}
|