Files
emacs/lisp/yasnippet-snippets/snippets/html-mode/link.stylesheet
2020-12-05 21:29:49 +01:00

5 lines
202 B
Plaintext

# -*- mode: snippet -*-
# contributor : Jimmy Wu <frozenthrone88@gmail.com>
# name: <link stylesheet="..." />
# --
<link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />