mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 01:19:50 +01:00
12 lines
230 B
SCSS
12 lines
230 B
SCSS
// ===========================================================================
|
|
// NAVIGATION
|
|
|
|
|
|
|
|
.navigation {
|
|
@extend %navigation-theme;
|
|
letter-spacing: .05em;
|
|
text-transform: uppercase;
|
|
|
|
ul { @extend %horizontal-list; }
|
|
} |