CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 17 Aug 2025 16:08:51 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100212120948
location: https://web.archive.org/web/20100212120948/https://github.com/aussiegeek/ruby-sass-tmbundle
server-timing: captures_list;dur=0.758506, exclusion.robots;dur=0.028569, exclusion.robots.policy;dur=0.012249, esindex;dur=0.013756, cdx.remote;dur=17.361432, LoadShardBlock;dur=460.786825, PetaboxLoader3.resolve;dur=191.830369, PetaboxLoader3.datanode;dur=175.059181
x-app-server: wwwb-app212
x-ts: 302
x-tr: 550
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app212; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 17 Aug 2025 16:08:52 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 12 Feb 2010 12:09:47 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "fd32de11afe7723d6279ff15bb6bae2e"
x-archive-orig-x-runtime: 176ms
x-archive-orig-content-length: 25505
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 12 Feb 2010 12:09:48 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 29 Jan 2009 10:53:32 GMT", ; rel="prev memento"; datetime="Thu, 07 Jan 2010 09:37:40 GMT", ; rel="memento"; datetime="Fri, 12 Feb 2010 12:09:48 GMT", ; rel="next memento"; datetime="Tue, 16 Mar 2010 15:53:59 GMT", ; rel="last memento"; datetime="Wed, 29 Mar 2023 13:52:35 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_14_20100212111428_crawl100-c/51_14_20100212120940_crawl101.arc.gz
server-timing: captures_list;dur=0.651095, exclusion.robots;dur=0.019863, exclusion.robots.policy;dur=0.009554, esindex;dur=0.014022, cdx.remote;dur=15.592495, LoadShardBlock;dur=290.118918, PetaboxLoader3.resolve;dur=285.089234, PetaboxLoader3.datanode;dur=145.453712, load_resource;dur=172.924822
x-app-server: wwwb-app212
x-ts: 200
x-tr: 542
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
aussiegeek's ruby-sass-tmbundle at master - GitHub
aussiegeek / ruby-sass-tmbundle
- Source
- Commits
- Network (22)
- Issues (3)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (4)
- forkq
- from-css-bundle
- gh-pages
- master ✓
- Tags (0)
name | age | message | |
---|---|---|---|
![]() |
Commands/ | Sat Oct 03 05:15:03 -0700 2009 | Fixed filenames for Windows compatibility [charlesr] |
![]() |
Preferences/ | Sat Oct 10 05:44:21 -0700 2009 | Fixed filenames for Windows compatibility [charlesr] |
![]() |
README.markdown | Sat Oct 10 05:47:56 -0700 2009 | New maintainer needed [aussiegeek] |
![]() |
Snippets/ | Sat Oct 10 05:44:21 -0700 2009 | Fixed filenames for Windows compatibility [charlesr] |
![]() |
Support/ | Tue Jul 07 15:16:50 -0700 2009 | Escape path/file names so the compile command w... [things] |
![]() |
Syntaxes/ | Sat Oct 10 05:43:02 -0700 2009 | fixed syntax parsing for properties with variables [Filip Tepper] |
![]() |
info.plist | Fri Jul 10 13:28:25 -0700 2009 | added attribute selector tab [skorecky] |
README.markdown
Notice
This project is in need of a new maintainer.
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 https://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'