first import
This commit is contained in:
25
sites/all/libraries/lessphp/tests/outputs/arity.css
Normal file
25
sites/all/libraries/lessphp/tests/outputs/arity.css
Normal file
@@ -0,0 +1,25 @@
|
||||
.one {
|
||||
color: one;
|
||||
color: one;
|
||||
}
|
||||
.two {
|
||||
color: two;
|
||||
color: two;
|
||||
}
|
||||
.three {
|
||||
color: three;
|
||||
color: three;
|
||||
}
|
||||
.multi-foo {
|
||||
color: two;
|
||||
color: three;
|
||||
color: two;
|
||||
color: three;
|
||||
color: three;
|
||||
}
|
||||
.multi-baz {
|
||||
color: two;
|
||||
color: three;
|
||||
color: two;
|
||||
color: three;
|
||||
}
|
Reference in New Issue
Block a user