Open matthewp opened 2 years ago
Similar to attr-toggle, removes the attribute when the value is false.
attr-toggle
#app { data-value: theme dark; data-toggle: theme true; } #app:not(.dark-mode) { data-toggle: theme false; }
Similar to
attr-toggle
, removes the attribute when the value is false.