Created
January 28, 2013 21:42
-
-
Save ebhoren/4659363 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title>Automating spritesheet creation with GruntJS</title> | |
<link href="styles/spritesheet.css" rel="stylesheet" type="text/css"> | |
</head> | |
<body> | |
<h1 class="sprite sprite.logo">Logo</h1> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment