generated from fdnd/subtask
-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
A Complete Guide to Custom Properties
https://css-tricks.com/a-complete-guide-to-custom-properties/
Why care about CSS Custom Properties?
- They help DRY up your CSS. That is “Don’t Repeat Yourself.” Custom properties can make code easier to maintain because you can update one value and have it reflected in multiple places. Careful though, overdoing abstraction can make have the opposite effect and make code less understandable.
- They are particularly helpful for things like creating color themes on a website.
- They unlock interesting possibilities in CSS. In no small part because they cascade.
- The fact that they can be updated in JavaScript opens up even more interesting possibilities.
Using CSS custom properties (variables)
https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels