|
|
|
|
|
by TabAtkins
3788 days ago
|
|
That's exactly what you can do. var() is replaced at computed-value time, so calling gCS().color will return "red" or whatever. If you use an API that gives you the value at an earlier time, like el.style.color (which is "specified value"), you'll see the var(). |
|