CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 21 Aug 2025 03:07:29 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100111105353
location: https://web.archive.org/web/20100111105353/https://github.com/80beans/sass-for-wordpress
server-timing: captures_list;dur=0.456370, exclusion.robots;dur=0.017541, exclusion.robots.policy;dur=0.008501, esindex;dur=0.010636, cdx.remote;dur=16.271355, LoadShardBlock;dur=261.735627, PetaboxLoader3.datanode;dur=63.224435, PetaboxLoader3.resolve;dur=41.012516
x-app-server: wwwb-app214
x-ts: 302
x-tr: 308
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app214; 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: Thu, 21 Aug 2025 03:07:29 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 11 Jan 2010 10:53:53 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "0b7a2b60630feafa4fa5ae7df6cff154"
x-archive-orig-x-runtime: 159ms
x-archive-orig-content-length: 19659
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: Mon, 11 Jan 2010 10:53:53 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 02 Nov 2009 04:39:59 GMT", ; rel="prev memento"; datetime="Mon, 23 Nov 2009 16:30:27 GMT", ; rel="memento"; datetime="Mon, 11 Jan 2010 10:53:53 GMT", ; rel="next memento"; datetime="Sun, 18 Apr 2010 20:57:12 GMT", ; rel="last memento"; datetime="Sun, 26 Sep 2010 19:03:42 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_13_20100111103139_crawl102-c/51_13_20100111105312_crawl101.arc.gz
server-timing: captures_list;dur=1.063241, exclusion.robots;dur=0.034787, exclusion.robots.policy;dur=0.015484, esindex;dur=0.021534, cdx.remote;dur=8.243848, LoadShardBlock;dur=213.073825, PetaboxLoader3.resolve;dur=274.433330, PetaboxLoader3.datanode;dur=192.008426, load_resource;dur=259.571563
x-app-server: wwwb-app214
x-ts: 200
x-tr: 546
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
80beans's sass-for-wordpress at master - GitHub
80beans / sass-for-wordpress
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
-
Branches (1)
- master ✓
- Tags (0)

Roy Tomeij (author)
Sun Oct 04 05:58:15 -0700 2009
name | age | message | |
---|---|---|---|
![]() |
README | Sun Oct 04 05:58:15 -0700 2009 | fixed URL and contributors in the readme [Roy Tomeij] |
![]() |
sass.php | Sun Oct 04 05:58:15 -0700 2009 | fixed URL and contributors in the readme [Roy Tomeij] |
README
=== Sass for Wordpress === Contributors: 80beans Tags: sass, css Requires at least: 2.0 Tested up to: 2.8.4 "Sass for Wordpress" enables you to use Sass (Syntactically Awesome StyleSheets) in your Wordpress project. == Description == "Sass for Wordpress" enables you to use Sass ([Syntactically Awesome StyleSheets](https://sass-lang.com/)) in your Wordpress project. == Installation == First, you need to have the Haml gem installed on your server to use the plugin (Sass comes bundled with Haml). Please have a look at the Sass website for [installation instructions for Haml/Sass](https://sass-lang.com/download.html). Second, your PHP version needs to be 5+ and shouldn't run in safe mode. We need to use the exec() function to run the command line tool to transform Sass into CSS. If you're sure you have done the above, you are ready to go (syntax below)! == Changelog == = 1.0 = * Initial release. == Usage/syntax == Simply refer to your Sass file by using the sass('filename') function. For instance, to use a style.sass file in your theme directory (which will be transformed into style.css), put this in your head: <link rel="stylesheet" href="<?php echo sass('style'); ?>" type="text/css" media="screen" />
This feature is coming soon. Sit tight!