Skip to content

Commit

Permalink
fix(assets/dfn-panel.css): remove on save (#2846)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi authored Apr 17, 2020
1 parent 2de98a0 commit 2f325a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion builds/respec-w3c-common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion builds/respec-w3c-common.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/core/dfn-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const name = "core/dfn-panel";
export async function run() {
const css = await loadStyle();
document.head.insertBefore(
hyperHTML`<style>${css}</style>`,
hyperHTML`<style class="removeOnSave">${css}</style>`,
document.querySelector("link")
);

Expand Down

0 comments on commit 2f325a1

Please sign in to comment.