Skip to content

Instantly share code, notes, and snippets.

@krazyjakee
Last active December 20, 2015 00:39
Show Gist options
  • Save krazyjakee/6043101 to your computer and use it in GitHub Desktop.
Save krazyjakee/6043101 to your computer and use it in GitHub Desktop.
/* line 1, ../threecss.sass */
tile {
width: 32px;
height: 32px;
background-color: "#00ff00";
left: 20px;
top: 50px;
}
/* line 5, ../threecss.sass */
tile2 {
width: 64px;
height: 64px;
background-color: "#ffffff";
background-image: url(http://i.imgur.com/nnd3b72.jpg);
background-repeat: repeat;
background-size: 32px;
bottom: 100px;
right: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment