Skip to content

Commit 06e0d57

Browse files
committed
feat(toggle): new scss props
1 parent 025a28f commit 06e0d57

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: snippets/scss.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,13 @@
10341034
"\t--border-radius: ${4:8px};",
10351035
"\t--handle-background: ${5:#ffffff};",
10361036
"\t--handle-background-checked: ${6:#3880ff};",
1037-
"\t--handle-border-radius: ${7:8px};",
1037+
"\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}",
10381044
"}"
10391045
],
10401046
"description": "Toggle CSS custom properties"

0 commit comments

Comments
 (0)