Help Center
Jump straight to the topic you need — installation, theming, components, or licensing.
<head>: <link rel="stylesheet" href="https://cdn.cssvars.com/cssvars.css">.
That's the entire setup — no package manager required.
:root
at the top of cssvars.css.
prefers-color-scheme: dark media query or a class on
<html>. No JavaScript theme switcher is required.
clamp() so type and rhythm scale smoothly with
the viewport instead of jumping at fixed breakpoints.
:checked selector and adjacent-sibling combinators.
.col-gap class to your .row to enable gap support in the
flex-based grid columns.