How to stop Robohelp editing CSS file in output?
Hey guys, first time posting to the forum so hope it's up to standard and I'm clear enough
Basically I'm adding CSS text animations using the @14668356 rule, it works perfectly in RoboHelp and when previewing the topic in a browser, but breaks once the project is generated
So I had a look in my CSS file in the output and can see that RoboHelp has added its own bits to the code which breaks some of it
Specifically, this goes from
@14668356 colorRotate {
from {
color: #6666ff;
}
and becomes
keyframes colorRotate {
.RH-LAYOUT-CENTERPANEL-topic-box from, .RH-LAYOUT-FOOTER-container from {
color: #6666ff;
}
Is there anyway to prevent Robohelp form editing my CSS files so that I can avoid it breaking on output? Otherwise I'll have to manually edit it after 😞
Thanks!
-Dan
