You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2019. It is now read-only.
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.