ember-cli / ember-cli/ember-twiddle

Emmet support for templates and styles.

Open
#124 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
268
Forks
87
PR merge metrics
No merged PRs in 30d

Description

Hi, thanks for the great tool.

I would like to suggest feature which i currently really missing - it is Emmet support e.g.
when you write

`ul>li*3>{$$$}` in html or `c#000` in styles

in jsbin or codepen

such construction after hitting tab will expand to

``` html


  • 001

  • 002

  • 003

  • 004

  • 005


```

and

``` css
color: #000000;
```

respectively.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.