You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/no-inline-styles.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ This rule reports all attributes and directives that would compile to inline sty
57
57
}
58
58
```
59
59
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`.
0 commit comments