Skip to content

Instantly share code, notes, and snippets.

@charlesroper
Created July 14, 2011 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlesroper/1083560 to your computer and use it in GitHub Desktop.
Save charlesroper/1083560 to your computer and use it in GitHub Desktop.
tmPreferences file for use with the SCSS bundle in Sublime
<?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>name</key>
<string>spacer</string>
<key>scope</key>
<string>source.css, source.scss</string>
<key>settings</key>
<dict>
<key>shellVariables</key>
<array>
<dict>
<key>name</key>
<string>TM_CSS_SPACE</string>
<key>value</key>
<string><![CDATA[ ]]></string>
</dict>
</array>
</dict>
<key>uuid</key>
<string>0ef292cd-943a-4fb0-b43d-65959c5e6b06</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment