font mixin SCSS

1
2
@mixin font ($font: "Karla", $size: 18px, $weight: 400, $style: normal, $line-height: 30px, $color: #000) {
font-family: $font, sans-serif;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.