Skip to content

Commit b91d908

Browse files
committed
whitespace
1 parent 67ecc84 commit b91d908

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: snippets/insert-css/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
### insert-css.js
22

3-
Defines `insertCss()` function which injects a snippet of CSS into the current
4-
page. After running the snippet, you can call it as follows: `insertCss('span { color: red !important; }');`
3+
Defines `insertCss()` function which injects a snippet of CSS into the current page. After running the snippet, you can call it as follows: `insertCss('span { color: red !important; }');`
54

65
[![insert-css](insert-css.png)](insert-css.js)

0 commit comments

Comments
 (0)