File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ date: "2015-05-01T22:12:03.284Z"
4
4
description : " Hello World"
5
5
---
6
6
7
+
8
+
7
9
``` jsx
8
10
const Wrapper = styled .section `
9
11
border-radius: 4px;
@@ -16,9 +18,9 @@ const Wrapper = styled.section`
16
18
}
17
19
`
18
20
19
- export default function MyComponent ({ children }) = (
20
- <Wrapper>{children}< / Wrapper>
21
- )
21
+ export default function MyComponent ({ children }) {
22
+ return < Wrapper> {children}< / Wrapper> ;
23
+ }
22
24
```
23
25
24
26
``` js
Original file line number Diff line number Diff line change @@ -32,13 +32,8 @@ module.exports = {
32
32
{
33
33
resolve : path . resolve ( __dirname , '../..' ) ,
34
34
options : {
35
- colorTheme : {
36
- defaultTheme : 'Ayu Mirage' ,
37
- prefersDarkTheme : 'Ayu Dark' ,
38
- } ,
39
35
injectStyles : true ,
40
36
extensions : [
41
- { identifier : 'teabyii.ayu' , version : '0.18.0' } ,
42
37
{
43
38
identifier : 'jpoissonnier.vscode-styled-components' ,
44
39
version : '0.0.26' ,
You can’t perform that action at this time.
0 commit comments