Skip to content

Instantly share code, notes, and snippets.

@galpratama
Last active June 26, 2016 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save galpratama/ccbab8bddcc303f65eb17ba1143da2fd to your computer and use it in GitHub Desktop.
Save galpratama/ccbab8bddcc303f65eb17ba1143da2fd to your computer and use it in GitHub Desktop.
Contoh SASS
$font-stack: Helvetica, sans-serif;
$primary-color: #333;
body {
font: 100% $font-stack;
color: $primary-color;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment