We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9f43c commit df3af88Copy full SHA for df3af88
README.md
@@ -83,7 +83,7 @@ Below is a list of all available snippets and the triggers of each one. The **
83
"prefix": "rsc",
84
"body": [
85
"const StyledDiv = styled('div')`",
86
- " border: 1px solid red",
+ " border: 3px solid red;",
87
"`",
88
"export type $1Props = { $2: $3 }",
89
"export const $1: React.FC<$1Props> = ({ $2 }) => {",
snippets/snippets.json
@@ -43,7 +43,7 @@
43
44
45
46
47
48
49
0 commit comments