Skip to content

TextShimmer issue with background-repeat classnames #179

@modkaffes

Description

@modkaffes

In TextShimmerComponent I noticed a jit classname of [background-repeat:no-repeat,padding-box] which compiles to the following invalid css:

.[background-repeat:no-repeat,padding-box] {
⚠️background-repeat: no-repeat,padding-box;
}

Did you maybe wanted to bg-no-repeat bg-origin-padding instead?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions