CSS custom properties not working
Opened this issue · 0 comments
rohandey commented
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