mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +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/selector_expressions.css
vendored
Normal file
25
vendor/leafo/lessphp/tests/outputs/selector_expressions.css
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
something blue,
|
||||
world {
|
||||
color: blue;
|
||||
}
|
||||
.div (3434) {
|
||||
height: 100px;
|
||||
}
|
||||
.div cool red {
|
||||
height: 4000px;
|
||||
}
|
||||
.span5 {
|
||||
color: 15;
|
||||
}
|
||||
.span4 {
|
||||
color: 14;
|
||||
}
|
||||
.span3 {
|
||||
color: 13;
|
||||
}
|
||||
.span2 {
|
||||
color: 12;
|
||||
}
|
||||
.span1 {
|
||||
color: 11;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue