gomakethings.com/an-advanced-way-to-use-css-variables
Preview meta tags from the gomakethings.com website.
Linked Hostnames
5- 13 links togomakethings.com
- 2 links tocodepen.io
- 1 link tokelpui.com
- 1 link tomembers.gomakethings.com
- 1 link towww.youtube.com
Thumbnail

Search Engine Appearance
An advanced way to use CSS variables
Yesterday, we learned about CSS variables. Today, I wanted to show you an advanced approach to working with them that I often use with client projects. Let’s dig in! Globals for system or theme defaults I like to scope design system or theme defaults to the :root element. This makes them accessible to every element and class in the design system. :root { /* Colors */ --color-primary: #0088cc; --color-secondary: rebeccapurple; --color-black: #272727; --color-white: #ffffff; /* Sizes */ --size-default: 1rem; --size-small: 0.
Bing
An advanced way to use CSS variables
Yesterday, we learned about CSS variables. Today, I wanted to show you an advanced approach to working with them that I often use with client projects. Let’s dig in! Globals for system or theme defaults I like to scope design system or theme defaults to the :root element. This makes them accessible to every element and class in the design system. :root { /* Colors */ --color-primary: #0088cc; --color-secondary: rebeccapurple; --color-black: #272727; --color-white: #ffffff; /* Sizes */ --size-default: 1rem; --size-small: 0.
DuckDuckGo
An advanced way to use CSS variables
Yesterday, we learned about CSS variables. Today, I wanted to show you an advanced approach to working with them that I often use with client projects. Let’s dig in! Globals for system or theme defaults I like to scope design system or theme defaults to the :root element. This makes them accessible to every element and class in the design system. :root { /* Colors */ --color-primary: #0088cc; --color-secondary: rebeccapurple; --color-black: #272727; --color-white: #ffffff; /* Sizes */ --size-default: 1rem; --size-small: 0.
General Meta Tags
6- titleAn advanced way to use CSS variables | Go Make Things
- charsetutf-8
- X-UA-CompatibleIE=edge,chrome=1
- descriptionYesterday, we learned about CSS variables. Today, I wanted to show you an advanced approach to working with them that I often use with client projects. Let’s dig in! Globals for system or theme defaults I like to scope design system or theme defaults to the :root element. This makes them accessible to every element and class in the design system. :root { /* Colors */ --color-primary: #0088cc; --color-secondary: rebeccapurple; --color-black: #272727; --color-white: #ffffff; /* Sizes */ --size-default: 1rem; --size-small: 0.
- viewportwidth=device-width, initial-scale=1
Open Graph Meta Tags
6- og:titleAn advanced way to use CSS variables
- og:descriptionYesterday, we learned about CSS variables. Today, I wanted to show you an advanced approach to working with them that I often use with client projects. Let’s dig in! Globals for system or theme defaults I like to scope design system or theme defaults to the :root element. This makes them accessible to every element and class in the design system. :root { /* Colors */ --color-primary: #0088cc; --color-secondary: rebeccapurple; --color-black: #272727; --color-white: #ffffff; /* Sizes */ --size-default: 1rem; --size-small: 0.
- og:urlhttps://gomakethings.com/an-advanced-way-to-use-css-variables/
- og:typewebsite
- og:imagehttps://gomakethings.com/img/og.png
Link Tags
4- alternatehttps://gomakethings.com/feed/index.xml
- feedhttps://gomakethings.com/feed/index.xml
- iconhttps://gomakethings.com/img/favicon.ico
- shortcut iconhttps://gomakethings.com/img/favicon.ico
Emails
1- [email protected]?subject=Go%20Make%20Things:%20Accessibility%20Feedback
Links
18- https://codepen.io/cferdinandi/pen/gOyovdE
- https://codepen.io/cferdinandi/pen/vYMpdVV
- https://gomakethings.com
- https://gomakethings.com/articles
- https://gomakethings.com/consulting