mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49: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
18
vendor/leafo/lessphp/tests/inputs/escape.less
vendored
Normal file
18
vendor/leafo/lessphp/tests/inputs/escape.less
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
body {
|
||||
@hello: "world";
|
||||
e1: e("this is simple");
|
||||
e2: e("this is simple", "cool lad");
|
||||
e3: e(1232);
|
||||
e4: e(@hello);
|
||||
e5: e("one" + 'more');
|
||||
|
||||
t1: ~"eating rice";
|
||||
t2: ~"string cheese";
|
||||
t3: a b c ~"string me" d e f;
|
||||
t4: ~"string @{hello}";
|
||||
}
|
||||
|
||||
.class {
|
||||
filter: ~"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image.png')";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue