Codinghorror Twitter Archive
← All Tweets
I
ireaderinokun @ireaderinokun
Mar 22, 2018, 8:28:55 PM
Retweet
Just discovered this neat trick to check if a browser supports CSS Variables

@supports (color: var(--)) {
...
}

No…