mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
Add formatting libraries to composer.json
This commit is contained in:
parent
59ee4a7387
commit
2b008f7be6
202 changed files with 28022 additions and 133 deletions
69
vendor/leafo/lessphp/tests/outputs/math.css
vendored
Normal file
69
vendor/leafo/lessphp/tests/outputs/math.css
vendored
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
.unary {
|
||||
sub: 10 -5;
|
||||
}
|
||||
.spaces {
|
||||
sub1: 5;
|
||||
sub2: 5;
|
||||
add1: 15;
|
||||
add2: 15;
|
||||
div: 2;
|
||||
mul1: 50;
|
||||
mul2: 50;
|
||||
}
|
||||
.supress-division {
|
||||
border-radius: 10px/10px;
|
||||
border-radius: 10px/12px;
|
||||
border-radius: hello(10px/10px) world;
|
||||
font: 10px/30 sans-serif;
|
||||
font: 10px/20px sans-serif;
|
||||
font: 10px/22px sans-serif;
|
||||
border-radius: 0 15px 15px 15px/0 50% 50% 50%;
|
||||
}
|
||||
.parens {
|
||||
sub: 5;
|
||||
add: 15;
|
||||
div1: 2;
|
||||
div2: 2;
|
||||
mul: 50;
|
||||
}
|
||||
.keyword-names {
|
||||
height: "hello" 25;
|
||||
}
|
||||
.negation {
|
||||
neg1: -1px;
|
||||
neg2: -1px;
|
||||
neg3: -10;
|
||||
}
|
||||
.test {
|
||||
single1: 5;
|
||||
single2: 10;
|
||||
single3: 10;
|
||||
parens: 10 -2;
|
||||
math1: 20;
|
||||
math2: 20;
|
||||
complex1: 71;
|
||||
complex2: 6;
|
||||
complex3: 6px 1em 2px 2;
|
||||
var1: 8 4 4 4px;
|
||||
var2: 96;
|
||||
var3: 12;
|
||||
complex4: 113;
|
||||
}
|
||||
.percents {
|
||||
p1: 1000%;
|
||||
p2: 1000%;
|
||||
p3: 100%;
|
||||
p4: 1000px;
|
||||
p5: 1000%;
|
||||
p6: 30%;
|
||||
p7: 10%;
|
||||
p8: 2%;
|
||||
}
|
||||
.misc {
|
||||
x: 40px;
|
||||
y: 40em;
|
||||
}
|
||||
.cond {
|
||||
c1: false;
|
||||
c2: true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue