corset icon indicating copy to clipboard operation
corset copied to clipboard

data-toggle

Open matthewp opened this issue 2 years ago • 0 comments

Similar to attr-toggle, removes the attribute when the value is false.

#app {
  data-value: theme dark;
  data-toggle: theme true;
}

#app:not(.dark-mode) {
  data-toggle: theme false;
}

matthewp avatar Jul 08 '22 12:07 matthewp