view elpa/yasnippet-0.11.0/snippets/html-mode/link.stylesheet-ie @ 156:c745e2cc79ee

elpy: update along with direct deps
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 27 Feb 2017 12:17:38 -0500
parents elpa/yasnippet-0.9.1/snippets/html-mode/link.stylesheet-ie@ee4b6191b61e
children
line wrap: on
line source

# contributor: Jimmy Wu <frozenthrone88@gmail.com>
# name: <!--[if IE]><link stylesheet="..." /><![endif]-->
# key: link
# --
<!--[if IE]>
<link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />
<![endif]-->