Skip to content

Commit cfd226a

Browse files
committed
docs(no-inline-styles): added allowTransitions option documentation
1 parent b9a2fe2 commit cfd226a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-inline-styles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This rule reports all attributes and directives that would compile to inline sty
5757
}
5858
```
5959

60-
-
60+
- `allowTransitions` ... Most svelte transitions (including the built-in ones) use inline styles. However, it is theoretically possible to only use transitions that don't (see this [issue](https://github.com/sveltejs/svelte/issues/6662) about removing inline styles from built-in transitions). This option allows transitions to be used in such cases. Default `false`.
6161

6262
## :books: Further Reading
6363

0 commit comments

Comments
 (0)