Jwing28 / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

Use <span> for .class in inline context #227

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now .class is always expands to <div class="class"></div>
But in inline context like «a>.class» or «span.lol>.class» it'd be nice to 
haveit generate span instead of div.
Of course, it's wouldn't very obvious, but it'd be very useful, 'cause noone 
wants div inside spans etc.

Original issue reported on code.google.com by kizmarh on 20 Dec 2010 at 12:59

GoogleCodeExporter commented 9 years ago
Fixed in v0.7

Original comment by serge....@gmail.com on 25 Jan 2011 at 10:43