This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 7c2e89f9113d26f8c6bec4b47c5158844f5f3755
tree 63e802f2d1d45347bb0f91740278a35c131a667e
parent 80e90d5bfecabebfe1f8f72202dd41d6f60caffd
tree 63e802f2d1d45347bb0f91740278a35c131a667e
parent 80e90d5bfecabebfe1f8f72202dd41d6f60caffd
| name | age | message | |
|---|---|---|---|
| |
Commands/ | Sat Mar 21 18:01:12 -0700 2009 | |
| |
Preferences/ | Sat Mar 21 18:01:57 -0700 2009 | |
| |
README.markdown | Sat Mar 21 18:13:46 -0700 2009 | |
| |
Snippets/ | Mon Mar 09 16:29:52 -0700 2009 | |
| |
Support/ | Mon Mar 09 16:29:52 -0700 2009 | |
| |
Syntaxes/ | ||
| |
info.plist | Mon Nov 10 16:05:58 -0800 2008 |
README.markdown
This is a TextMate bundle for using the Sass CSS replacement language by Hampton Catlin
I originally wrote this bundle just as a way of getting the CSS snippets, but since then many of you have added some fantastic contributions, and thank you to all. Thanks to GitHub for making it easy to bring all your awesome together
@aussiegeek @agibralter @choan @giannichiappetta @gruner @mattpolito @mattsa @mfilej @squishtech @tharealpatton @trevorsmith
Installation
With Git:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/aussiegeek/ruby-sass-tmbundle.git "Ruby Sass.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'
Without Git:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
wget http://github.com/aussiegeek/ruby-sass-tmbundle/tarball/master
tar zxf aussiegeek-ruby-sass-tmbundle*.tar.gz
rm aussiegeek-ruby-sass-tmbundle*.tar.gz
mv aussiegeek-ruby-sass-tmbundle* "Ruby on Rails.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'









