eccentrictouch icon indicating copy to clipboard operation
eccentrictouch copied to clipboard

[FEATURE] Prefixes for CSS custom properties, and class names.

Open MatteuSan opened this issue 4 years ago • 0 comments

⭐ Suggestion

Add prefixes to CSS custom properties, and class names for pre-made components/widgets

/* Prefix = et */

:root {
    --et-custom-property: value;
}

.et-button {
    /* Button styles */
}

💻 Use Cases

No response

❌ Related Problems

No response

MatteuSan avatar Oct 29 '21 13:10 MatteuSan