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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ Styles are not added on `import/require()`, but instead on call to `use`/`ref`.
139
139
|**`attrs`**|`{Object}`|`{}`|Add custom attrs to `<style></style>`|
140
140
|**`transform`**|`{Function}`|`false`|Transform/Conditionally load CSS by passing a transform/condition function|
141
141
|**`insertAt`**|`{String\|Object}`|`bottom`|Inserts `<style></style>` at the given position|
142
-
|**`insertInto`**|`{String|Function}`|`<head>`|Inserts `<style></style>` into the given position|
142
+
|**`insertInto`**|`{String\|Function}`|`<head>`|Inserts `<style></style>` into the given position|
143
143
|**`singleton`**|`{Boolean}`|`undefined`|Reuses a single `<style></style>` element, instead of adding/removing individual elements for each required module.|
0 commit comments