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

11 lines
365 B
XML

<snippet>
<content><![CDATA[
<div class="alert alert-info">
<a class="close" data-dismiss="alert">&times;</a>
<strong>${1:Information!}</strong> ${2:This alert needs your attention, but it's not super important.}
</div>
]]></content>
<tabTrigger>tbalert:i</tabTrigger>
<description>Bootstrap information alert</description>
<scope>text.html</scope>
</snippet>