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

Commit 16ec16e

Browse files
committed
Docs for injected CSS
1 parent c75b7bf commit 16ec16e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/en/2.3/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ This section lists config options for `<style>` elements.
3939
The `css` option accepts style handling options.
4040
- Set `css: null` to extract a consolidated style file in `dist/bundle.css`.
4141
- Set `css: false` to disable style at all.
42+
- Set `css: true` to dynamically inject as <style> tags via JavaScript.
4243
- Set `css: String` (eg: `css: 'dist/css/my-bundle.css`) to extract a consolidated style file in `dist/css/my-bundle.css`.
4344
- Set `css: Function` to provide a custom handler. Your handler would receive 3 parameters:
4445
- `style: String` - A string with all style elements' content concatenated.

0 commit comments

Comments
 (0)