Community
Participate
Working Groups
Build Identifier: I20100608-0911 See https://code.google.com/p/zen-coding/ It would be nice if the resulting code could be template-like, for example: ul#nav>li*2 Would expand to: <ul id="nav"> <li>${li$1}</li> <li>${li$2}</li> </ul> ${cursor} A CSS example: @f Would expand to: @font-face { font-family: ${font-family}; src: url(${url}); } ${cursor} Reproducible: Always