mirror of
https://github.com/less/less.js.git
synced 2026-02-05 20:44:58 -05:00
1bb3dc1f26ade6d7f334d7ce83c47ef5afb62713
'''
.foo {
.bar & {
&:hover {
color: orange;
}
}
}
'''
now outputs
'''
.bar .foo:hover {
color: orange;
}
'''
less.js
The dynamic stylesheet language.
about
This is the JavaScript, and now official, stable version of LESS.
For more information, visit http://lesscss.org.
license
See LICENSE file.
Copyright (c) 2009-2011 Alexis Sellier
Description
Languages
JavaScript
63.7%
Less
25.6%
CSS
10.3%
TypeScript
0.3%