Skip to content

Commit

Permalink
[AltCSS] additions
Browse files Browse the repository at this point in the history
  • Loading branch information
kematzy committed Mar 16, 2012
1 parent fadb2f6 commit 074e985
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions _Alt_CSS-Snippets.tmbundle/Snippets/CSS_radius.tmSnippet
@@ -0,0 +1,16 @@
<?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>-moz-border-radius: ${1:4}px; -webkit-border-radius: $1px; border-radius: $1px;</string>
<key>name</key>
<string>CSS.radius</string>
<key>scope</key>
<string>source.css meta.property-list.css, source.scss meta.property-list.css</string>
<key>tabTrigger</key>
<string>.radius</string>
<key>uuid</key>
<string>F59DA283-EFE5-4516-9232-6E51D12DE605</string>
</dict>
</plist>
6 changes: 3 additions & 3 deletions _Alt_CSS.tmbundle/Macros/Format CSS Compressed.tmMacro
@@ -1,5 +1,5 @@
<?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">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>commands</key>
Expand Down Expand Up @@ -179,11 +179,11 @@
</dict>
</array>
<key>keyEquivalent</key>
<string>^~q</string>
<string>~q</string>
<key>name</key>
<string>Format CSS Compressed</string>
<key>scope</key>
<string>source.css</string>
<string>source.css, source.scss</string>
<key>uuid</key>
<string>C801833C-C29A-4BC2-8C15-072004F93EB3</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions _Alt_CSS.tmbundle/Macros/Format CSS.tmMacro
@@ -1,5 +1,5 @@
<?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">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>commands</key>
Expand Down Expand Up @@ -93,7 +93,7 @@
<key>name</key>
<string>Format CSS</string>
<key>scope</key>
<string>source.css</string>
<string>source.css, source.scss</string>
<key>uuid</key>
<string>8D4D0FEB-67D5-414F-9773-B06CBDA7F76E</string>
</dict>
Expand Down

0 comments on commit 074e985

Please sign in to comment.