Skip to content

mcdave/SCSS.tmbundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a TextMate Bundle for SCSS.

It's not very good. If you can make it better, please do!

Installation

Textmate (OS X)

With Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/chriseppstein/SCSS.tmbundle.git "SCSS.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/chriseppstein/SCSS.tmbundle/tarball/master
tar zxf chriseppstein-SCSS.tmbundle-*.tar.gz
rm chriseppstein-SCSS.tmbundle-*.tar.gz
mv chriseppstein-SCSS.tmbundle* "SCSS.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'

About

A not-very-good TextMate Bundle for SCSS. Patches Accepted.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published