mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
Move all composer files inside the common directory
- 2022년 3월 개발팀 결정사항 적용 - 모듈 등 서드파티 자료 개발시 composer를 사용하면 상위 경로에 있는 코어의 composer.json을 수정하고, 코어의 vendor 디렉토리를 건드리는 것이 기본값임 - 이를 방지하기 위해 코어의 composer.json과 vendor를 common 디렉토리 안으로 이동하여, 모듈 경로에서 상위 폴더로 인식하지 않도록 함
This commit is contained in:
parent
7b912d21fc
commit
5fff6b6eab
1478 changed files with 2 additions and 2 deletions
61
vendor/leafo/lessphp/tests/outputs/builtins.css
vendored
61
vendor/leafo/lessphp/tests/outputs/builtins.css
vendored
|
|
@ -1,61 +0,0 @@
|
|||
body {
|
||||
color: "hello world";
|
||||
num-basic: 5.1666666666667;
|
||||
num-floor: 5px;
|
||||
num-ceil: 6px;
|
||||
num2: 0.66666666666667;
|
||||
num2-round: 1;
|
||||
num2-floor: 0;
|
||||
num2-ceil: 1;
|
||||
round-lit: 3px;
|
||||
rgba1: #ff112233;
|
||||
rgba2: #992c3742;
|
||||
argb: #992c3742;
|
||||
}
|
||||
format {
|
||||
format: "rgb(32, 128, 64)";
|
||||
format-string: "hello world";
|
||||
format-multiple: "hello earth 2";
|
||||
format-url-encode: 'red is %A';
|
||||
eformat: rgb(32, 128, 64);
|
||||
}
|
||||
#functions {
|
||||
str1: true;
|
||||
str2: false;
|
||||
num1: true;
|
||||
num2: true;
|
||||
num3: true;
|
||||
num4: false;
|
||||
col1: true;
|
||||
col2: false;
|
||||
col3: true;
|
||||
col4: true;
|
||||
key1: true;
|
||||
key2: false;
|
||||
px1: true;
|
||||
px2: false;
|
||||
per1: true;
|
||||
per2: false;
|
||||
em1: true;
|
||||
em2: false;
|
||||
ex1: 2;
|
||||
ex2: 1;
|
||||
ex3: extract(1,1);
|
||||
ex4: 2;
|
||||
pow: 16;
|
||||
pi: 3.1415926535898;
|
||||
mod: 4;
|
||||
tan: 1.5574077246549;
|
||||
cos: 0.54030230586814;
|
||||
sin: 0.8414709848079;
|
||||
atan: 0.78539816339745rad;
|
||||
acos: 0rad;
|
||||
asin: 1.5707963267949rad;
|
||||
sqrt: 2.8284271247462;
|
||||
}
|
||||
#unit {
|
||||
unit-lit: 10;
|
||||
unit-arg: 10s;
|
||||
unit-arg2: 10em;
|
||||
unit-math: 7.407%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue