Kevin Tang
Results
1
comments of
Kevin Tang
Defining both properties in the same utility works ```css @utility foo-* { font-size: --spacing(--value(number)); color: --value(--color- *); } ```