Skip to content

clamp() throwing an incorrect error #33

@JoshBeveridge

Description

@JoshBeveridge

It seems that using clamp() as a value in both height and font-size both fail validation. This is likely a problem with clamp() across all properties.

Specifically, I'm using the basic examples from MDN as a test case:

height: clamp(1rem, 10vw, 2rem);
font-size: clamp(1rem, 10vw, 2rem);

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