We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f2242 commit 4ceb722Copy full SHA for 4ceb722
snippets/margin.cson
@@ -2,7 +2,7 @@
2
"Append a SVG with the margin convention":
3
prefix: "margin"
4
body: """
5
- var margin = {top: ${1:20}, right: ${2:10}, bottom: ${3:20}, left: ${4:10}};
+ var margin = {top: ${1:20}, right: ${2:10}, bottom: ${3:20}, left: ${4:10}},
6
width = ${5:960} - margin.left - margin.right,
7
height = ${6:500} - margin.top - margin.bottom;
8
0 commit comments