Skip to content

Instantly share code, notes, and snippets.

@Theo-denBlanken
Created April 23, 2020 05:17
Show Gist options
  • Save Theo-denBlanken/880e1e6014718bbd78fb36655dc42709 to your computer and use it in GitHub Desktop.
Save Theo-denBlanken/880e1e6014718bbd78fb36655dc42709 to your computer and use it in GitHub Desktop.
Hetzelfde voorbeeld als 'variabelenVoorbeeld.scss' maar nu als .sass
// Dit is commentaar met dubbele slash
// hier maken we variabelen
/* Dit is meer css-commentaar */
$lettertype: Helvetica, sans-serif
$primaire-kleur: rgb(27, 116, 240)
body
font: 100% $lettertype
color: $primaire-kleur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment