mirror of
https://github.com/less/less.js.git
synced 2026-02-09 14:35:44 -05:00
test files, from less.rb
This commit is contained in:
18
test/css/accessors.css
Normal file
18
test/css/accessors.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.magic-box {
|
||||
content: "gold";
|
||||
width: 60cm;
|
||||
height: 40cm;
|
||||
}
|
||||
.magic-box #lock { color: silver; }
|
||||
#accessors {
|
||||
content: "gold";
|
||||
width: 60cm;
|
||||
}
|
||||
.unlock {
|
||||
content: "gold";
|
||||
width: 60cm;
|
||||
height: 40cm;
|
||||
color: silver;
|
||||
border-color: orange;
|
||||
}
|
||||
.unlock #lock { color: silver; }
|
||||
Reference in New Issue
Block a user