What do these double-dash-prefixed CSS properties do? (stackoverflow.com)stack
7 points by Finesse in stackoverflow.com · 9y ago · stack
I met this strange CSS code here : :root { --color-link: #04b; --color-link-visited: #551a8b; --color-link-minor: #669; --color-black: #000; --color-grey: #999; --font-thin: HelveticaNeue-thin,sans-serif-thin; --font-light: HelveticaNeue-Light,sans-serif-light; --text-s: 11px; -…
filed under css