Snippets for Sass Bundle

I use Sass (& Haml), where its an option for producing sites, as I like the ‘cleanliness’ of it. I have been missing being able to use the snippets of the TextMate CSS bundle, so I have ported them over to a Sass bundle, with the syntax from http://sporkmonger.com/2007/12/24/sass-textmate-bundle.

I have published it at http://github.com/aussiegeek/ruby-sass-tmbundle/tree/from-css-bundle

Mar 23 2008 01:06 | Tags: git rails sass | 33 comments

Comments

Gravatar for

Installing

2 days later

            $ sudo {mkdir -p,cd} /Library/Application\ Support/TextMate/Bundles
            $ sudo git-clone git://github.com/aussiegeek/ruby-sass-tmbundle.git "Ruby Sass.tmbundle"
            

Then, in TextMate, click the ‘Bundles’ menu, mouseover ‘Bundle editor >’, and select ‘Reload bundles’.

Update

about 1 month later

I’ve updated the bundle with a few bug fixes

Gravatar for edavey
edavey

sass bundle for textmate

3 months later

These snippets are a great addition. So, many thanks. However, I’ve never been able to use the symbol list (command-T) with any of the sass bundles which I’ve tried. Is this to be expected? I really miss it as navigating the long files with control-S is much slower… Maybe it’s a big deal to do in Textmate?

TextMate selector support

3 months later

I’ve setup a bug tracker at http://aussiegeek.lighthouseapp.com

I’ve added a bug for selector support at http://aussiegeek.lighthouseapp.com/projects/13263-sass-bundle/tickets/1-selector-support

New Comment