You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2023. It is now read-only.
On 15 Aug 2018, at 01:09, samurdhilbk ***@***.***> wrote:
I'm want to do a simple thing with Emmet.
I want to create this html.
<td>a</td>
<td>b</td>
<td>c</td>
I would imagine it to be possible with a syntax like this.
td{a,b,c}
But this only produces the output of <td>a,b,c</td>, which is not what I desire. Is this at possible with Emmet?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm want to create this simple html with Emmet.
I would imagine it to be possible with a syntax like this.
td{a,b,c}
But this only produces the output of
<td>a,b,c</td>
, which is not what I desire. Is this at possible with Emmet?The text was updated successfully, but these errors were encountered: