Skip to content

[FEATURE] CSS variables in theme.css should be namespaced. #87

@parmvirthind

Description

@parmvirthind

This library defines a variety of CSS variables in theme.css.
A lot of these variables are common names that could collide with other libraries (ex. --background-color).
Since these variables are applied to the :root, they will apply to any project using this library. (See related issue here)

Describe the solution you'd like
We should update these to be name-spaced in some manner. Maybe a pre-fix of spk. (ex. --spk-background-color)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions