Skip to content

Bronnen en uitleg #1

@KoopReynders

Description

@KoopReynders

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions