Skip to content

[Feature Request] - Namespace css variables #424

@nawlbergs

Description

@nawlbergs
:root {
  --radius: 0.625rem;
  --background: oklch(1 0 0);
  --primary: oklch(0.205 0 0);
  --primary-foreground: oklch(0.985 0 0);
  --secondary: oklch(0.97 0 0);
  ....

seems like there is a large possibility these will conflict with variables in existing repos.
Please consider:

:root {
  --zard-radius: 0.625rem;
  --zard-background: oklch(1 0 0);
  ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions