Skip to content

Instantly share code, notes, and snippets.

@etelford
Last active November 29, 2017 18:30
Show Gist options
  • Save etelford/98050c8fb800ec5380cb184ae7a59e3d to your computer and use it in GitHub Desktop.
Save etelford/98050c8fb800ec5380cb184ae7a59e3d to your computer and use it in GitHub Desktop.
Emmet snippets
<!-- make 31 option tags with value and the text the two-digit number in the sequence -->
option[value="$$"]${$$}*31
<!-- or specify the start value -->
option[value="$$$$@2017"]${$$$$@2017}*83
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment