Fix linter warnings except for /transforms

This commit is contained in:
Ludwig Schubert
2017-08-09 16:47:35 -07:00
parent 11eda0fc49
commit 27fbe9a932
42 changed files with 460 additions and 478 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
import { Template } from "../mixins/template";
import { page } from "../helpers/layout";
import { Template } from '../mixins/template';
import { page } from '../helpers/layout';
const T = Template("d-appendix", `
const T = Template('d-appendix', `
<style>
:host {
@@ -16,7 +16,7 @@ const T = Template("d-appendix", `
padding-bottom: 48px;
}
${page(".l-body")}
${page('.l-body')}
</style>