init
This commit is contained in:
5
snippets/html-mode/link.stylesheet
Normal file
5
snippets/html-mode/link.stylesheet
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- 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}" />
|
||||
Reference in New Issue
Block a user