CSS files not being used??
Hello all,
I have three CSS files in the Styles folder:
main.css
page.css
titles.css
in main.css I have this in the beginning:
@import "page.css";
and the same in titles.css
When I validate the EPUB file, I get the following error:
OEBPS/Styles/page.css This resource is present in the OPF <manifest>, but it's not reachable (it's unused).
SO what is this all about? If I remove the page.css file the layout of my ebook looks different so clearly it is used.
|