Explore >> Select a destination


You are here

amberwilson.co.uk
| | joshcollinsworth.com
12.2 parsecs away

Travel
| | CSS variables (otherwise known as CSS custom properties) give previously impossible superpowers to CSS developers. This post covers what they are, how they work, and a couple of nifty ways you can implement them on your own website.
| | 12daysofweb.dev
12.6 parsecs away

Travel
| | Also known as "CSS variables," this nifty modern CSS feature enables incredible flexibility throughout your stylesheets.
| | smashingconf.com
12.4 parsecs away

Travel
| | If you ever feel lost in the CSS weeds, wrestling with the cascade, or you just want to improve your workflow with modern, efficient, and maintainable stylesheets, then this workshop is for you!
| | lisilinhart.info
27.2 parsecs away

Travel
| CSS variables have been around for a while. Although they still lack some Browser Support (mainly IE and Edge), they provide a great new way to structure and interact with your CSS. In order to take a closer look at the performance impact of CSS variables one has to understand the basic principle of the scope, because it also applies to CSS variables.