Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 58be0ab

Browse files
committed
Update README.md
1 parent 94ef24b commit 58be0ab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,9 @@ Then call it by passing it a stylesheet URL:
2525
#### Optional Arguments
2626
- By default, your stylesheet will be inserted before the first `script` tag in the DOM (which may be the one shown above). If you need another insert location, use the optional `before` argument to specify a different sibling element. The stylesheet will be inserted before the element you specify.
2727

28-
- You can optionally pass a string to the media argument to set the `media=""` of the stylesheet - the default value is `all`.
28+
- You can optionally pass a string to the media argument to set the `media=""` of the stylesheet - the default value is `all`.
29+
30+
31+
#### Contributions and bug fixes
32+
33+
Both are very much appreciated - especially bug fixes. As for contributions, the goals of this project are to keep things very simple and utilitarian, so if we don't accept a feature addition, it's not necessarily because it's a bad idea. It just may not meet the goals of the project. Thanks!

0 commit comments

Comments
 (0)