https://speakerdeck.com/malarkey/developing-inspired-guides-with-css-custom-properties-variables
Oct 2, 2017 - Using CSS Custom Properties (variables) is a useful way to develop style guides that are usable by both creative and technical people. In this...
css custom propertiesspeaker deckdevelopinginspiredguides
https://www.smashingmagazine.com/2023/01/creating-high-contrast-design-system-css-custom-properties/
Managing our colors can truly help people to access our content. In this article, Brecht de Ruyte takes a deep dive into how we can create a high-contrast...
css custom propertieshigh contrastdesign systemcreating
https://www.oddbird.net/2017/08/11/charts/
Inspired by Robin Rendle, I demonstrate some of my early experiments combining CSS Grids and custom properties to create dynamic layouts and...
custom propertiescsschartsgridamp
https://frontendmasters.com/blog/you-really-dont-have-to-put-your-css-custom-properties-in-root/
I feel like most usage of global CSS custom property use has the author putting them into a :root selector like: This is just a PSA that you… don’t...
reallyputcss
https://www.smashingmagazine.com/2022/03/windows-high-contrast-colors-mode-css-custom-properties/
CSS Custom Properties can be used for far more than just color, and their values update in realtime, both via display mode updates and JavaScript logic. This...
high contrastwindowsmodeforcedcolors
https://css-tricks.com/a-complete-guide-to-custom-properties/
Oct 17, 2024 - Everything important and useful to know about CSS Custom Properties. Like that they are often referred to as
css custom propertiesguidetricks
https://24ways.org/2018/managing-flow-and-rhythm-with-css-custom-properties/
Andy Bell rings out a call for a more flexible method of achieving consistent vertical rhythm across components within a page. Using a technique of CSS custom...
css custom propertiesmanagingflowrhythm
https://12daysofweb.dev/2021/css-custom-properties/
Also known as "CSS variables," this nifty modern CSS feature enables incredible flexibility throughout your stylesheets.
css custom propertiesdaysweb
https://css-tricks.com/css-attr-function-got-nothin-custom-properties/
May 2, 2019 - Normally, the connection between CSS and HTML is that CSS selectors match HTML elements, and the CSS styles them. CSS doesn't know about the actual...
custom propertiescssattrfunctiongot
https://www.caniemail.com/features/css-variables/
Supported in Apple Mail. Not supported in Gmail, Outlook, Yahoo! Mail.
css variablescustom properties
https://bryanlrobinson.com/blog/creating-your-first-css-custom-property-variable/
In this tutorial, we'll tackle one of the amazing new features of CSS: Custom Properties. You may also have heard them referred to as CSS Variables.
css custom propertiescreatefirstvariables
https://github.com/postcss/postcss-custom-properties
Use Custom Properties in CSS. Contribute to postcss/postcss-custom-properties development by creating an account on GitHub.
custom propertiesgithubpostcssuse