diff --git a/snippets/html_minimal.snippets b/snippets/html_minimal.snippets deleted file mode 100644 index 43e5d4a..0000000 --- a/snippets/html_minimal.snippets +++ /dev/null @@ -1,72 +0,0 @@ -# file containing most useful mappings only -# when editing this file please be aware that there is ZenCoding and sparkup - -# html 5 is recommended from now on -snippet html5 - - - - - $2 - $3 - - - $4 - - - -# ==== TAGS -# you always need these: -snippet . - class="${1}" -snippet n - name="${1}" -snippet r - rel="${1}" -snippet t - title="${1}" - -# not using # because id is faster to type -snippet id - id="${1}" -snippet idn - id="${1}" name="${0:$1}" - -snippet label_and_input - - - - -# FORMS -# use idn . or n to add id -snippet input - -snippet submit - -snippet textarea - - -# if you need id or class use snippets above -snippet form -
- $3 -
- -# other tags -snippet br -
-snippet a - $3 -snippet img - $2 -# JS/CSS -snippet css_file - -snippet css_block - -snippet script_block - -snippet script_file -