It's hard to get a remote job 😞😞 eish what do you guys do
5 months ago
2
0
0
0
It's hard to get a remote job 😞😞 eish what do you guys do
Hello world!
🥳 CSS functions have arrived*!!! 🥳
And they are *AWESOME*
Now, you can do:
@function --alpha(--color, --opacity) {
result: rgb(from var(--color) r g b / var(--opacity));
}
div {
background: --alpha(red, 80%);
}
Lean more: una.im/5-css-functi...
(*arrived = in the latest stable Chrome)