mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 09:39: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
12
vendor/leafo/lessphp/tests/inputs/test-imports/b.less
vendored
Normal file
12
vendor/leafo/lessphp/tests/inputs/test-imports/b.less
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.just-a-class { background: blue; }
|
||||
|
||||
.hello {
|
||||
.some-mixin();
|
||||
}
|
||||
|
||||
|
||||
@media cool {
|
||||
color: red;
|
||||
.some-mixin();
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue