Dear Kovid,
The Editor seems to remove all css items related to :root
Let's say I have this:
Code:
:root {
--margin-top: 0.5em;
--magin-bottom: 8em;
}
div.x {
margin-top: var(--margin-top);
}
div.y {
margin-bottom: var(--margin-bottom);
}
they are all removed upon Editor opening the epub.