Skip to content

CSS custom properties not working #134

@rohandey

Description

@rohandey

CSS custom properties fail to render in the final image

:root {
--text-color: red;
--bg-color: white;
}

body {
background-color: var(--bg-color);
color: var(--text-color);
}

imgkit version 1.6.3
rails 7
ruby 3.1

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