CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 24 Aug 2025 03:22:44 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090922201517
location: https://web.archive.org/web/20090922201517/https://github.com/cloudhead/less/tree
server-timing: captures_list;dur=0.794152, exclusion.robots;dur=0.023988, exclusion.robots.policy;dur=0.009265, esindex;dur=0.013338, cdx.remote;dur=86.415837, LoadShardBlock;dur=165.539161, PetaboxLoader3.datanode;dur=87.776967, PetaboxLoader3.resolve;dur=41.824622
x-app-server: wwwb-app239
x-ts: 302
x-tr: 420
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app239; 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, 24 Aug 2025 03:22:45 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.35
x-archive-orig-date: Tue, 22 Sep 2009 20:15:16 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "fa7ee16e52f5aa6a962cc66277c81de0"
x-archive-orig-x-runtime: 731ms
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 30718
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 22 Sep 2009 20:15:17 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 20 Jun 2009 18:24:47 GMT", ; rel="prev memento"; datetime="Mon, 24 Aug 2009 20:43:19 GMT", ; rel="memento"; datetime="Tue, 22 Sep 2009 20:15:17 GMT", ; rel="next memento"; datetime="Tue, 01 Dec 2009 06:26:49 GMT", ; rel="last memento"; datetime="Tue, 12 Mar 2013 13:20:21 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_11_20090922185613_crawl102.gpg-c/51_11_20090922201416_crawl101.arc.gz
server-timing: captures_list;dur=0.585741, exclusion.robots;dur=0.017613, exclusion.robots.policy;dur=0.007349, esindex;dur=0.009545, cdx.remote;dur=121.307532, LoadShardBlock;dur=176.599990, PetaboxLoader3.datanode;dur=160.052458, PetaboxLoader3.resolve;dur=104.800972, load_resource;dur=239.382564
x-app-server: wwwb-app239
x-ts: 200
x-tr: 632
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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
cloudhead's less at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Leaner CSS edit |
Homepage: | lesscss.org edit |
Public Clone URL: |
git://github.com/cloudhead/less.git
Give this clone URL to anyone.
git clone git://github.com/cloudhead/less.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:cloudhead/less.git
|
less /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Mon May 18 21:10:07 -0700 2009 | cleanup [cloudhead] |
![]() |
CHANGELOG | Wed Jul 29 19:27:20 -0700 2009 | ruby 1.8 fix & updated changelog [cloudhead] |
![]() |
LICENSE | Mon May 18 18:18:49 -0700 2009 | apache license [cloudhead] |
![]() |
README.md | Wed Jul 08 14:18:54 -0700 2009 | fixed thanks section [cloudhead] |
![]() |
Rakefile | Wed Sep 02 14:25:09 -0700 2009 | command-line output is done through mutter now ... [cloudhead] |
![]() |
VERSION | Sun Sep 13 14:09:18 -0700 2009 | Version bump to 1.2.7 [cloudhead] |
![]() |
bin/ | Wed Sep 02 14:29:04 -0700 2009 | added command-line option to disable color outp... [cloudhead] |
![]() |
less.gemspec | Sun Sep 13 14:09:18 -0700 2009 | Regenerated gemspec for version 1.2.7 [cloudhead] |
![]() |
lib/ | Sun Sep 13 14:09:05 -0700 2009 | @imported is at the tree/file level, instead of... [cloudhead] |
![]() |
spec/ | Fri Sep 11 12:28:45 -0700 2009 | small fixes to the grammar to allow two mixins ... [cloudhead] |
README.md
LESS
It's time CSS was done right – LESS is leaner css.
Explained
LESS allows you to write CSS the way (I think) it was meant to, that is: with variables, nested rules and mixins!
Here's some example LESS code:
@dark: #110011;
.outline { border: 1px solid black }
.article {
a { text-decoration: none }
p { color: @dark }
.outline;
}
And the CSS output it produces:
.outline { border: 1px solid black }
.article a { text-decoration: none }
.article p { color: #110011 }
.article { border: 1px solid black }
If you have CSS nightmares, just
$ lessc style.less
For more information, see you at [https://lesscss.org]
People without whom this wouldn't have happened a.k.a Credits
- Dmitry Fadeyev, for pushing me to do this, and designing our awesome website
- August Lilleaas, for initiating the work on the treetop grammar, as well as writing the rails plugin
- Nathan Sobo, for creating treetop
- Jason Garber, for his magical performance optimizations on treetop
- And finally, the people of #ruby-lang for answering all my ruby questions. apeiros, manveru and rue come to mind
This feature is coming soon. Sit tight!