jaohara / ui-component-library

A Component library for various UI elements that I have built for use in my personal projects.
0 stars 0 forks source link

Namespace custom properties in `variables.scss` #31

Open jaohara opened 7 months ago

jaohara commented 7 months ago

You didn't include any sort of vendor prefix because there isn't a name for the project yet. This builds off of #1 - when I have a name for the project, I should add prefixes to the custom properties in variables.scss to avoid clashes with custom properties in other projects.

For example: --primary-color becomes --[library-name]-primary-color