pull/5639/head
Ivan Hofer 5 years ago
parent b0cacd7f25
commit 5c3038ccae

@ -16,7 +16,7 @@ import {
} from "svelte/internal";
function add_css(customStyleTag) {
appendStyleIfNotPresent(customStyleTag || document.head, "svelte-1a7i8ec-style", "p.svelte-1a7i8ec{color:red}");
appendStyleIfNotPresent(customStyleTag, "1a7i8ec", "p.svelte-1a7i8ec{color:red}");
}
function create_fragment(ctx) {

@ -13,7 +13,7 @@ import {
} from "svelte/internal";
function add_css(customStyleTag) {
appendStyleIfNotPresent(customStyleTag || document.head, "svelte-1slhpfn-style", "@media(min-width: 1px){div.svelte-1slhpfn{color:red}}");
appendStyleIfNotPresent(customStyleTag, "1slhpfn", "@media(min-width: 1px){div.svelte-1slhpfn{color:red}}");
}
function create_fragment(ctx) {

Loading…
Cancel
Save