We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0738d63 commit 2887fd4Copy full SHA for 2887fd4
test/fixtures/19-transpile-require-default/after.js
@@ -3,14 +3,14 @@ const styled_default = require("styled-components/no-parser");
3
const TestNormal = styled.div.withConfig({
4
displayName: "before__TestNormal",
5
componentId: "y0c69d-0"
6
-})([["{width: 100%;}"]]);
+})([["{width:100%;}"]]);
7
8
const Test = styled_default.default.div.withConfig({
9
displayName: "before__Test",
10
componentId: "y0c69d-1"
11
12
13
const TestCallExpression = styled_default.default(Test).withConfig({
14
displayName: "before__TestCallExpression",
15
componentId: "y0c69d-2"
16
-})([["{height: 20px;}"]]);
+})([["{height:20px;}"]]);
0 commit comments