Skip to content

Instantly share code, notes, and snippets.

@filipekiss
Created September 18, 2019 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filipekiss/19820ba2e79cc084e0fbe71538012e89 to your computer and use it in GitHub Desktop.
Save filipekiss/19820ba2e79cc084e0fbe71538012e89 to your computer and use it in GitHub Desktop.
{
"x": "--",
"function": "concat",
"y": {
"x": {
"function": "strreplace",
"x": {
"function": "lower",
"x": "[name]",
},
"y": " ",
"z": "-"
},
"function": "concat",
"y": {
"x": {
"x": ": ",
"function": "concat",
"y": {
"y": {
"x": {
"x": {
"x": "[red]",
"function": "mul",
"y": 255
},
"function": "round",
"y": 0
},
"function": "concat",
"y": {
"x": ", ",
"function": "concat",
"y": {
"x": {
"x": {
"x": "[green]",
"function": "mul",
"y": 255
},
"function": "round",
"y": 0
},
"function": "concat",
"y": {
"x": ", ",
"function": "concat",
"y": {
"x": {
"x": {
"x": "[blue]",
"function": "mul",
"y": 255
},
"function": "round",
"y": 0
},
"function": "concat",
"y": {
"x": {
"x": ", ",
"function": "concat",
"y": {
"x": "[alpha]",
"function": "round",
"y": 2
}
},
"function": "concat",
"y": ")"
}
}
}
}
}
},
"function": "concat",
"x": "rgba("
}
},
"function": "concat",
"y": ";"
}
}
}
--lima: rgba(122, 214, 0, 1.00)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment