Re: [csswg-drafts] [css-values] [css-fonts-4] Native map() function in CSS

So like this?
```
--value = easing(green, red, blue, ease-in);
color: map(red, blue, var(--value));
```
And:
```
--value = easing(100vw, 600px, 800px, ease-in);
font-size: map(1rem, 2rem, var(--value));
```
That is also a valid option.

-- 
GitHub Notification of comment by MadeByMike
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/581#issuecomment-252689504 
using your GitHub account

Received on Monday, 10 October 2016 17:42:52 UTC