https://github.com/grimen/compass_blueprint_tmbundle
Textmate: A TextMate-bundle for more productive Compass + Blueprint development. NOTE: Not maintained anymore.
https://github.com/grimen/compass_blueprint_tmbundle
Last synced: 3 months ago
JSON representation
Textmate: A TextMate-bundle for more productive Compass + Blueprint development. NOTE: Not maintained anymore.
- Host: GitHub
- URL: https://github.com/grimen/compass_blueprint_tmbundle
- Owner: grimen
- License: mit
- Created: 2009-07-02T03:36:54.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-07-24T20:06:11.000Z (almost 16 years ago)
- Last Synced: 2025-01-12T06:11:24.292Z (4 months ago)
- Homepage:
- Size: 114 KB
- Stars: 52
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.textile
- License: MIT-LICENSE
Awesome Lists containing this project
README
h1. COMPASS_BLUEPRINT.TMBUNDLE - **beta**
A TextMate-bundle for the awesome CSS/SASS framework *"Compass"*, but with focus on *"Blueprint"* (my favorite CSS framework). With this set of shortcuts/snippets even more productive!
h2. What is Compass?
"http://compass-style.org":http://compass-style.org
h2. What is Blueprint?
"http://blueprintcss.org":http://blueprintcss.org
h2. Install this TextMate-bundle...
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/grimen/compass_blueprint_tmbundle.git 'Compass + Blueprint.tmbundle'
osascript -e 'tell app "TextMate" to reload bundles'h2. ...and the SASS TextMate-bundle too...
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/mattpolito/sass-textmate-bundle.git 'SASS.tmbundle'
osascript -e 'tell app "TextMate" to reload bundles'*Note: Required to get Compass + Blueprint TextMate-bundle to automatically recognize SASS-files.*
h2. Notice
This is the first release of this bundle, and I suspect that some (or worst case most) of the *keyboard shortcuts for mixins might change* (keyboard shortcuts don't make much of sense now). TextMate bundles don't support aliased shortcuts, which is a bit of pain in the ass.
P.S. Please let me know if you know a scalable way of making keyboard shortcut aliases in TM without duplicating the snippets - which is the only way I can think of now, but quite a horrible one.
h2. License
Copyright© 2009 Jonas Grimfelt, released under MIT-license