Hi there,
is there any way to transform a php array which contains less varialbes and other less variables definitions, like this:
Array
(
....
[var1] : #5F7285
[var2] : darken(@var1, 15%)
....
)
into and array where all variable values are replaced and parsed?
Thanks.
Hi there,
is there any way to transform a php array which contains less varialbes and other less variables definitions, like this:
Array
(
....
[var1] : #5F7285
[var2] : darken(@var1, 15%)
....
)
into and array where all variable values are replaced and parsed?
Thanks.