Skip to content

Commit

Permalink
feat(toggle): new scss props
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed May 15, 2020
1 parent 025a28f commit 06e0d57
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion snippets/scss.json
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,13 @@
"\t--border-radius: ${4:8px};",
"\t--handle-background: ${5:#ffffff};",
"\t--handle-background-checked: ${6:#3880ff};",
"\t--handle-border-radius: ${7:8px};",
"\t--handle-border-radius: ${7:14px 4px 4px 14px};",
"\t--handle-box-shadow: ${8:4px 0 2px 0}",
"\t--handle-height: ${9:20px}",
"\t--handle-max-height: ${10:24px}",
"\t--handle-spacing: ${11:2px}",
"\t--handle-transition: ${12:background-color 15ms linear}",
"\t--handle-width: ${13:20px}",
"}"
],
"description": "Toggle CSS custom properties"
Expand Down

0 comments on commit 06e0d57

Please sign in to comment.