pull/5870/head
Simon H 5 years ago committed by GitHub
parent a1a0585fc4
commit 5e0ece297a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ import {
} from "svelte/internal";
function add_css(target) {
append_styles(target, "1slhpfn", "@media(min-width: 1px){div.svelte-1slhpfn{color:red}}");
append_styles(target, "svelte-1slhpfn", "@media(min-width: 1px){div.svelte-1slhpfn{color:red}}");
}
function create_fragment(ctx) {
@ -42,4 +42,4 @@ class Component extends SvelteComponent {
}
}
export default Component;
export default Component;

Loading…
Cancel
Save