Skip to content

Instantly share code, notes, and snippets.

@karkranikhil
Last active June 13, 2019 23:41
Show Gist options
  • Select an option

  • Save karkranikhil/f3d0e720a507b911d7a838755f63dff4 to your computer and use it in GitHub Desktop.

Select an option

Save karkranikhil/f3d0e720a507b911d7a838755f63dff4 to your computer and use it in GitHub Desktop.
@nice-blue: #5B83AD;
#header {
color: @nice-blue;
margin: 2em;
}
#header {
color:#000;
margin: 2em;
}
a {
font-family: 'Georgia', Georgia, serif; /* Noncompliant; 'Georgia' is duplicated */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment