blob: ddfa4807e53ea03b9f0e0f4b9892478cc5702f4a [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
const template = document.createElement('template');
template.innerHTML = `
<dom-module id="settings-page-styles">{__html_template__}</dom-module>
`;
document.body.appendChild(template.content.cloneNode(true));