Files
ChocolateyPackages/EthanBrown.SublimeText2.WebPackages/tools/PackageCache/Twitter Bootstrap Snippets/Components/alert-error.sublime-snippet
2013-04-04 08:54:25 -04:00

11 lines
341 B
XML

<snippet>
<content><![CDATA[
<div class="alert alert-error">
<a class="close" data-dismiss="alert">&times;</a>
<strong>${1:Error!}</strong> ${2:Change a few things up and try submitting again.}.
</div>
]]></content>
<tabTrigger>tbalert:e</tabTrigger>
<description>Bootstrap error alert</description>
<scope>text.html</scope>
</snippet>