Skip to content

Instantly share code, notes, and snippets.

@tomtry610
tomtry610 / index.pug
Created December 27, 2020 11:21
Toggles
.toggle-wrapper
.toggle.normal
input#normal(type="checkbox")
label.toggle-item(for="normal")
.name Normal
.toggle-wrapper
.toggle.transparent
input#transparent(type="checkbox")
label.toggle-item(for="transparent")