summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/html-mode/style
blob: 83285a2ad4aeab67de3cf01930c2f9e307e999f8 (plain) (blame)
1
2
3
4
5
6
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <style type="text/css" media="...">...</style>
# --
<style type="text/css" media="${1:screen}">
  $0
</style>