Skip to content

Instantly share code, notes, and snippets.

@seemantk
Last active May 23, 2016 00:28
Show Gist options
  • Save seemantk/44ae86575d686937057d02fb25b60c6c to your computer and use it in GitHub Desktop.
Save seemantk/44ae86575d686937057d02fb25b60c6c to your computer and use it in GitHub Desktop.
Something
<h1>Hello World!</h1>
document.getElementsByTagName("h1")[0].style.fontSize = "80px";
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js"></script>
/* $blue: #a3d5d3; */
body {
background-color: blue;
}
$blue: #a3d5d3;
body {
background-color: $blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment