mirror of
https://github.com/less/less.js.git
synced 2026-02-09 06:25:24 -05:00
test files, from less.rb
This commit is contained in:
26
test/spec.less
Normal file
26
test/spec.less
Normal file
@@ -0,0 +1,26 @@
|
||||
@import "lib";
|
||||
|
||||
div.browse {
|
||||
@var: 1px;
|
||||
margin: 0 0 20px;
|
||||
&.class {
|
||||
padding: 0;
|
||||
}
|
||||
:hover {
|
||||
width: @var;
|
||||
height: 1 + @var;
|
||||
}
|
||||
#div {
|
||||
@poo: #fff;
|
||||
foo: bar, zoo;
|
||||
> pipe {
|
||||
color: @poo;
|
||||
}
|
||||
}
|
||||
> foo {
|
||||
foo: #444;
|
||||
}
|
||||
&:last {
|
||||
c:1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user