mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +09:00
Fix #1927 string * float error in leafo/lessphp
- dev-master 태그로 업데이트
- PHP 8.0 이상 버전에서 오류를 일으키는 {0} 문법 4군데 재수정
This commit is contained in:
parent
e258cf7525
commit
1f9056fc08
31 changed files with 4558 additions and 4326 deletions
4
vendor/leafo/lessphp/docs/docs.md
vendored
4
vendor/leafo/lessphp/docs/docs.md
vendored
|
|
@ -1023,7 +1023,7 @@ result or write it to the path specified by an optional second argument.
|
|||
echo $less->compileFile("input.less");
|
||||
```
|
||||
|
||||
The `compileChecked` method is like `compileFile`, but it only compiles if the output
|
||||
The `checkedCompile` method is like `compileFile`, but it only compiles if the output
|
||||
file doesn't exist or it's older than the input file:
|
||||
|
||||
```php
|
||||
|
|
@ -1239,7 +1239,7 @@ One for PHP and one for LESS.
|
|||
|
||||
```php
|
||||
$less->setVariables(array(
|
||||
"url" => "'http://example.com.com/'"
|
||||
"url" => "'http://example.com'"
|
||||
));
|
||||
|
||||
echo $less->compile("body { background: url("@{url}/bg.png"); }");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue