emmet-docs
emmet-docs copied to clipboard
Emmet Docs & Tutorials
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...