You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/packages/parse-css/tests/samples/semicolon-in-quotes/input.css

6 lines
148 B

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
h1 {
font-weight: bold;
background: url('whatever');
}