Microsoft Interview Question

CSS variables (how to define/use)

Interview Answer

Anonymous

Feb 17, 2021

--x: 5px; width: var(--x);