Compare commits

..

No commits in common. "a81a803cca17690f440553c687f068fda71736db" and "8769e5acd44ffd25cc78b2a45e1973ea150b08f7" have entirely different histories.

2 changed files with 2 additions and 1458 deletions

File diff suppressed because it is too large Load Diff

View File

@ -90,11 +90,9 @@ struct InlineStyle;
impl Transformer for InlineStyle {
fn transform(&self, html: &str) -> Result<String, TransformError> {
let css = concat!(
"/* chrome-default.css */\n",
include_str!("chrome-default.css"),
"\n/* mvp.css */\n",
"/* mvp.css */\n",
include_str!("mvp.css"),
"\n/* Xinu Specific overrides */\n",
"/* Xinu Specific overrides */\n",
include_str!("custom.css"),
);
let inline_opts = InlineOptions {