We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025a28f commit 06e0d57Copy full SHA for 06e0d57
snippets/scss.json
@@ -1034,7 +1034,13 @@
1034
"\t--border-radius: ${4:8px};",
1035
"\t--handle-background: ${5:#ffffff};",
1036
"\t--handle-background-checked: ${6:#3880ff};",
1037
- "\t--handle-border-radius: ${7:8px};",
+ "\t--handle-border-radius: ${7:14px 4px 4px 14px};",
1038
+ "\t--handle-box-shadow: ${8:4px 0 2px 0}",
1039
+ "\t--handle-height: ${9:20px}",
1040
+ "\t--handle-max-height: ${10:24px}",
1041
+ "\t--handle-spacing: ${11:2px}",
1042
+ "\t--handle-transition: ${12:background-color 15ms linear}",
1043
+ "\t--handle-width: ${13:20px}",
1044
"}"
1045
],
1046
"description": "Toggle CSS custom properties"
0 commit comments