CSS Custom Properties or CSS Variables allows us to store a value stored in one place, then referenced in multiple other places. This is useful not only because they can be used at multiple instances and makes editing the values easy but also, it makes the properties easier to read when referring to it later.
3 Comments
Sort: