mirror of
https://github.com/bigskysoftware/htmx.git
synced 2026-04-19 21:36:31 +00:00
formatting
This commit is contained in:
@@ -32,7 +32,9 @@ and it becomes more difficult to understand what an element is doing.
|
||||
It is also possible to inadvertently change the behavior of elements by adding attributes to parents.
|
||||
|
||||
Some people prefer to disable inheritance in htmx entirely, using the `htmx.config.disableInheritance`
|
||||
[configuration variable](/@docs.md#config). Here is a `meta` tag configuration that does so:
|
||||
[configuration variable](/@docs.md#config).
|
||||
|
||||
Here is a `meta` tag configuration that does so:
|
||||
|
||||
```html
|
||||
<meta name="htmx-config" content='{"disableInheritance":true}'>
|
||||
|
||||
Reference in New Issue
Block a user