View Single Post
Old 07-18-2020, 11:34 PM   #1
nqk
Fanatic
nqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beauty
 
Posts: 564
Karma: 32228
Join Date: Feb 2012
Device: Onyx Boox Leaf
Some css are automatically removed by Editor

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.
nqk is offline   Reply With Quote