public
Description: enjoy the splendor of textmate bundles and sass.
Homepage:
Clone URL: git://github.com/seaofclouds/sass-textmate-bundle.git
sass-textmate-bundle / Snippets / border-spacing:.tmSnippet
100644 17 lines (16 sloc) 0.483 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 Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>:border-spacing ${1:20}${2:px}$0</string>
<key>name</key>
<string>border-spacing:</string>
<key>scope</key>
<string>source.sass</string>
<key>tabTrigger</key>
<string>bs</string>
<key>uuid</key>
<string>DAA0D218-8DA8-4149-BAB8-5D1D960F2850</string>
</dict>
</plist>