mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +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
25
vendor/leafo/lessphp/tests/outputs/arity.css
vendored
Normal file
25
vendor/leafo/lessphp/tests/outputs/arity.css
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
.one {
|
||||
hello: one;
|
||||
world: one;
|
||||
}
|
||||
.two {
|
||||
hello: two;
|
||||
world: two;
|
||||
}
|
||||
.three {
|
||||
hello: three;
|
||||
world: three;
|
||||
}
|
||||
.multi-foo {
|
||||
foo: two cool;
|
||||
foo: three cool yeah;
|
||||
foo: two 1;
|
||||
foo: three 1 yeah;
|
||||
foo: three 1 1;
|
||||
}
|
||||
.multi-baz {
|
||||
baz: two cool;
|
||||
baz: three yeah;
|
||||
baz: two 1;
|
||||
baz: three 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue