mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +01:00
134 B
134 B
$font-stack: Helvetica, sans-serif;
$primary-color: #333;
body {
font: 100% $font-stack;
color: $primary-color;
}