/ruby-sass-tmbundle

Sass bundle for TextMate

Primary LanguageRuby

#Sass TextMate Bundle

##Description

####Changes

  • ⌘⌥+C converts selected text from CSS to SASS
  • Added all css keywords to autocomplete list
  • Updated so that comments are properly recognized
  • Snippets properly add : after attribute
  • Snippets from css bundle sassified
  • :⇥ prompts link pseudo classes

##Installation

  1. $ cd ~/Library/Application\ Support/TextMate/Bundles/
  2. $ git clone git://github.com/phuibonhoa/ruby-sass-tmbundle.git Sass.tmbundle
  3. $ osascript -e 'tell app "TextMate" to reload bundles'

If you'd like to install all my bundles, check out this script written by mkdynamic. It installs all bundles and backups any existing bundles with conflicting names. Thanks Mark!

##My Other Textmate Bundles My bundles work best when use in conjunction with my other bundles:

##Credits

BookRenter.com Logo

Additions by Philippe Huibonhoa and funded by BookRenter.com.

Original bundle can be found here

Sass versions of css snippets pulled from James Conroy-Finn