Skip to content

Add more Emmet flavors #9

@georgelemon

Description

@georgelemon

Multiplication

With * operator we can define how many times x element should be outputted. The generator injects a $i variable containing the index value. This can be combined with an array storage. For example:

var x = ["tim", "is", "awesome"]
ul > li*3: $x[$i]

Expected output

<ul>
  <li>tim</li>
  <li>is</li>
  <li>awesome</li>
</ul>

to be edited

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions