Skip to content

Commit 39cb00b

Browse files
committed
Update: Readme with leaveCssFile
1 parent 356ee9a commit 39cb00b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ interface Config {
5757
target: string
5858
position?: 'before' | 'after'
5959
removeTarget?: boolean
60+
leaveCssFile?: boolean
6061
}
6162
}
6263
```
@@ -83,6 +84,7 @@ replace?: {
8384
target: string
8485
position?: 'before' | 'after' // default is 'before'
8586
removeTarget?: boolean // default is false
87+
leaveCssFile?: boolean // default is false
8688
}
8789
```
8890
A config for customizing the location of injection, default will add internal style sheet before the `</head>`
@@ -92,6 +94,8 @@ A target for adding the internal style sheet
9294
Add internal style sheet `before`/`after` the `target`
9395
#### removeTarget(optional)
9496
if `true`, it will remove the `target` from the output HTML
97+
#### leaveCssFile(optional)
98+
if `true`, it will leave CSS files where they are when inlining
9599
96100
##### example
97101
```html

0 commit comments

Comments
 (0)