mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19: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
27
vendor/leafo/lessphp/tests/outputs/guards.css
vendored
Normal file
27
vendor/leafo/lessphp/tests/outputs/guards.css
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
dd {
|
||||
simple: yellow;
|
||||
}
|
||||
b {
|
||||
something: red;
|
||||
something-complex: blue cool;
|
||||
something-complex: blue birthday;
|
||||
}
|
||||
img {
|
||||
another: green;
|
||||
flipped: teal;
|
||||
}
|
||||
body {
|
||||
yeah-number: purple 232px;
|
||||
yeah-pixel: silver;
|
||||
yeah-number: purple 232;
|
||||
}
|
||||
div {
|
||||
something-complex: blue true;
|
||||
}
|
||||
link {
|
||||
color: true red;
|
||||
color: true #fff;
|
||||
color: true #fffddd;
|
||||
color: true #000000;
|
||||
color: true rgba(0,0,0,0.34);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue