formkit / docs-content

The content (.md format) — and only the content — for the FormKit documentation site.
17 stars 28 forks source link

Fixes class removal syntax #82

Closed benlind closed 1 year ago

benlind commented 1 year ago

I noticed that the Removing classes documentation uses incorrect syntax. It uses outer-class="!formkit-outer" which results in class="formkit-outer !formkit-outer" instead of actually removing the class.

(The correct syntax is outer-class="$remove:formkit-outer")

andrew-boyd commented 1 year ago

Ah thank you! We ended up changing ! to $remove: and this example must have slipped through the cracks.