emmet-docs icon indicating copy to clipboard operation
emmet-docs copied to clipboard

Emmet Docs & Tutorials

Results 25 emmet-docs issues
Sort by recently updated
recently updated
newest added

I found little issue with input arrays in HTML, ex. `` Emmet skips closing bracket in attributes (in this case - `name`): `input[name=foo[]]` => `` `input[name=foo[0]]` => `` `input[name=foo[{id}]][value={id}]` =>...

Although I use sublime text at home, at work I am stuck with VS2010. Are there any plans to support VS2012 or 2012? Thanks, Jon

The HAML filter is great, lack of Zen Coding for templating languages is the main reason I still write in vanilla HTML. I would love to see a filter for...