We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2007a9 commit 8031e58Copy full SHA for 8031e58
1 file changed
example/react-entry.tsx
@@ -53,7 +53,7 @@ ReactDOM.render(
53
54
<h3>Image without resize</h3>
55
56
- <div className=".image-without-resize" style={{ width: '100%', height: '100%' }}>
+ <div className="image-without-resize" style={{ width: '100%', height: '100%' }}>
57
Image without resize on background
58
</div>
59
<style>{backgroundCssSmart('.image-without-resize', imageWithoutResize)}</style>
0 commit comments