svelte/test/parser/css/input.html

8 lines
57 B

8 years ago
<div>foo</div>
<style>
div {
color: red;
}
</style>