Compare commits

...

3 Commits

2 changed files with 1458 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

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