Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created May 4, 2015 17:54
Show Gist options
  • Save tsabat/a3ee024efcdc81ff65ff to your computer and use it in GitHub Desktop.
Save tsabat/a3ee024efcdc81ff65ff to your computer and use it in GitHub Desktop.
NPmxaG
- (1..99).each do |i|
%div #{i}
for i in [1..16]
$('<div>' + i + '</div>').appendTo("body")
@import "bourbon"
@import "neat-helpers"
@for $i from 1 through 2
div
&:nth-child(#{$i})
color: red
+linear-gradient(to top, red, orange)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment