mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09: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
|
|
@ -26,6 +26,10 @@ body {
|
|||
one2: #abcdef;
|
||||
two1: rgba(2,159,35,0.9);
|
||||
two2: rgba(2,159,35,0.9);
|
||||
tint1: #f0f0f0;
|
||||
tint2: #ececec;
|
||||
shade1: #707070;
|
||||
shade2: #868686;
|
||||
three1: rgba(1,2,3,0.6);
|
||||
three2: rgba(1,2,3,0.6);
|
||||
four1: rgba(1,2,3,0);
|
||||
|
|
@ -65,6 +69,9 @@ fade {
|
|||
color1: #ff0000;
|
||||
color2: #0000ff;
|
||||
}
|
||||
.luma {
|
||||
color: 44.11161568%;
|
||||
}
|
||||
.percent {
|
||||
per: 50%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue