css-media-vars icon indicating copy to clipboard operation
css-media-vars copied to clipboard

A brand new way to write responsive CSS. Named breakpoints, DRY selectors, no scripts, no builds, vanilla CSS.

Results 2 css-media-vars issues
Sort by recently updated
recently updated
newest added

This trick is really awesome and well used in css-media-vars, however I think it'd be easier to understand and use if you explained why it works — since [guaranted-invalid-values are...

I think that it'd be beneficial to explain the syntax with a couple of sentences. For example, I quickly checked the documentation to see what `--var2: var(--var1) value` does, but...