mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +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
28
vendor/leafo/lessphp/tests/outputs/interpolation.css
vendored
Normal file
28
vendor/leafo/lessphp/tests/outputs/interpolation.css
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
div {
|
||||
interp1: yes;
|
||||
interp2: yes;
|
||||
interp3: okay;
|
||||
}
|
||||
10"yeah" {
|
||||
color: blue;
|
||||
}
|
||||
10 {
|
||||
color: blue;
|
||||
}
|
||||
hello world 10 {
|
||||
color: red;
|
||||
}
|
||||
#"yeah" {
|
||||
color: "hello 10";
|
||||
}
|
||||
[prop],
|
||||
[prop="value3"],
|
||||
[prop*="val3"],
|
||||
[|prop~="val3"],
|
||||
[*|prop$="val3"],
|
||||
[ns|prop^="val3"],
|
||||
[3^="val3"],
|
||||
[3=3],
|
||||
[3] {
|
||||
attributes: yes;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue