/**https://github.com/kevinchen2046/spritesheet-game**/
{{#files}}
.{{{cssName}}} {
    width: {{width}}px;
    height: {{height}}px;
    background: url("{{{spritesheetName}}}.png") -{{x}}px -{{y}}px;
	background-size: {{spritesheetWidth}}px {{spritesheetHeight}}px;
}

{{/files}}