@juani2Submitted over 3 years ago
How can I make the CSS code for my card component more maintainable and adaptable to changes when for example, the color and typography requirement suddenly changed.
How can I make the CSS code for my card component more maintainable and adaptable to changes when for example, the color and typography requirement suddenly changed.
Hello! How about using CSS Variables and rems for font size to be more adoptable for changes? Or did you try to use them already?