public
Description: Sass bundle for TextMate
Homepage: http://aussiegeek.github.com/ruby-sass-tmbundle/
Clone URL: git://github.com/aussiegeek/ruby-sass-tmbundle.git
Click here to lend your support to: ruby-sass-tmbundle and make a donation at www.pledgie.com !
ruby-sass-tmbundle / Snippets / :border-right-style style.tmSnippet
100644 17 lines (16 sloc) 0.547 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>:border-right-style ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset}$0</string>
<key>name</key>
<string>:border-right-style style</string>
<key>scope</key>
<string>source.sass</string>
<key>tabTrigger</key>
<string>border</string>
<key>uuid</key>
<string>6BDE4A77-59DA-4530-A51C-2AAE23772B20</string>
</dict>
</plist>