From 0f02b64b3d01ebd16a6e86cf393c3a5a2516d650 Mon Sep 17 00:00:00 2001 From: Li Xin Date: Thu, 19 Jun 2014 00:18:33 +0800 Subject: [PATCH] Delete html_minimal.snippets html_minimal.snippets has not been updated for 8 months. Some snippets is conflict with html.snippets. --- snippets/html_minimal.snippets | 72 ---------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 snippets/html_minimal.snippets 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 -