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
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