mirror of
https://github.com/kennethreitz-archive/kCSS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
17 lines
484 B
Plaintext
17 lines
484 B
Plaintext
<?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-top-width: ${1:1}${2:px};$0</string>
|
|
<key>name</key>
|
|
<string>border-top-width: width</string>
|
|
<key>scope</key>
|
|
<string>source.css</string>
|
|
<key>tabTrigger</key>
|
|
<string>btw</string>
|
|
<key>uuid</key>
|
|
<string>B5EF44EC-A3F5-485E-826D-3E1D949AFE92</string>
|
|
</dict>
|
|
</plist>
|