Skip to content

Instantly share code, notes, and snippets.

@santhosh-chinnasamy
Created January 1, 2019 05:56
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 santhosh-chinnasamy/edc11662a21d5631ff826ff1d79a39c3 to your computer and use it in GitHub Desktop.
Save santhosh-chinnasamy/edc11662a21d5631ff826ff1d79a39c3 to your computer and use it in GitHub Desktop.
$font-stack: sans-serif; // Variable
$blue: #3bbfce; // Variable
.title{
font-style: $font-stack; // Using varialbe
color: $blue;
}
.card{
background-color:$blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment