mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
10 lines
171 B
SCSS
10 lines
171 B
SCSS
// ===========================================================================
|
|
// LINKS
|
|
|
|
|
|
|
|
a {
|
|
@extend %source-sans-pro-bold;
|
|
text-decoration: none;
|
|
@include link;
|
|
} |