Skip to content

Commit

Permalink
Merge pull request #266 from zolotov/quickfix
Browse files Browse the repository at this point in the history
Change default value in trf:sc3 abbreviation
  • Loading branch information
sergeche committed Oct 28, 2013
2 parents 14f89af + feac71c commit 3e60365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
"trf:scx": "transform: scaleX(${1:x});", "trf:scx": "transform: scaleX(${1:x});",
"trf:scy": "transform: scaleY(${1:y});", "trf:scy": "transform: scaleY(${1:y});",
"trf:scz": "transform: scaleZ(${1:z});", "trf:scz": "transform: scaleZ(${1:z});",
"trf:sc3": "transform: scale3d(${1:x}, ${2:y}, ${3:y});", "trf:sc3": "transform: scale3d(${1:x}, ${2:y}, ${3:z});",
"trf:r": "transform: rotate(${1:angle});", "trf:r": "transform: rotate(${1:angle});",
"trf:rx": "transform: rotateX(${1:angle});", "trf:rx": "transform: rotateX(${1:angle});",
"trf:ry": "transform: rotateY(${1:angle});", "trf:ry": "transform: rotateY(${1:angle});",
Expand Down

0 comments on commit 3e60365

Please sign in to comment.