Hi,
I have different elements with different classes. But I could like to reuse specific CSS properties on a few of them. How do I go about this?
Thanks
Look into Variables especially for color and measurements.
Another approach is global classes that you can share, but they’re somewhat difficult to work with due to the design of the class selector.
1 Like