rsnext/packages/next/build/swc/tests/fixture/styled-jsx/tpl-placeholder-3-as-value/input.js
Donny/강동윤 90a33e7994
Update css parser (#29484)
Co-authored-by: timneutkens <timneutkens@users.noreply.github.com>
2021-09-29 11:09:33 +02:00

17 lines
No EOL
287 B
JavaScript

export default class {
render() {
return (
<div>
<p>test</p>
<style jsx>{`
@media only screen {
a {
color: ${a};
}
}
`}</style>
</div>
)
}
}