More work on perf: CSS contain etc.

This commit is contained in:
Ludwig Schubert
2017-08-29 10:34:00 -07:00
parent 9041141bf8
commit 366a3da552
34 changed files with 475 additions and 908 deletions
+5 -1
View File
@@ -2,7 +2,11 @@ import { Template } from '../mixins/template';
import { Controller } from '../controller';
const T = Template('d-article', `
<style></style>
<style>
d-article {
contain: content;
}
</style>
`, false);
// export function addInferableTags(dom, frontMatter) {