einzelne Topics

20 bookmarks
Newest
The Big Gotcha With Custom Properties
The Big Gotcha With Custom Properties
I’ve seen this confuse more than a handful of people recently, including myself, so I’m making sure it’s written down.
·css-tricks.com·
The Big Gotcha With Custom Properties
Building your own color contrast checker
Building your own color contrast checker
Learn about accessibility and color contrast requirements while building your own color contrast checker using JavaScript.
·dev.to·
Building your own color contrast checker
Custom Properties as State | CSS-Tricks
Custom Properties as State | CSS-Tricks
Here's a fun idea from James Stanley: a CSS file (that presumably updates daily) containing CSS custom properties for "seasonal" colors (e.g. spring is
·css-tricks.com·
Custom Properties as State | CSS-Tricks
What Can You Put in a CSS Variable? / Coder's Block
What Can You Put in a CSS Variable? / Coder's Block
CSS variables (also know as CSS custom properties) can hold all sorts of things. Some of these things were not obvious to me, which is why I decided to write...
·codersblock.com·
What Can You Put in a CSS Variable? / Coder's Block
Building Robust Layouts With Container Units — Smashing Magazine
Building Robust Layouts With Container Units — Smashing Magazine
When inspecting most other grids in DevTools, you’ll notice that column widths are dependent on their parent element. This article will help you understand how to overcome these limitations using CSS variables and how you can start building with container units.
·smashingmagazine.com·
Building Robust Layouts With Container Units — Smashing Magazine
How to quickly prototype apps with CSS Grid and CSS Variables
How to quickly prototype apps with CSS Grid and CSS Variables
CSS Grid and CSS Variables are both huge wins for front-end developers. The former makes it dead simple to create website layouts, while the latter brings the power of variables to your stylesheets. In this tutorial, I’ll show you how to utilize them together in order to quickly prototype
·medium.freecodecamp.org·
How to quickly prototype apps with CSS Grid and CSS Variables