Add support for inlining CSS stylesheets. Add tests. Update docs.

This commit is contained in:
Alexandre Gigliotti
2015-12-04 15:06:06 -08:00
parent 22ce5e3f25
commit c30350d011
16 changed files with 204 additions and 30 deletions

View File

@@ -1,3 +1 @@
div {
background-image: url('missing.png');
}
div { background-image: url('missing.png'); }