diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -31,8 +31,8 @@ let presentation = { { text: `utf8 str` style: `text.css_block, position absolute%`, - link: `str.url`, - hover: `text.css_block` + link: [ `array.css_blocks` ] /**/ + hover: }, /* ... */ @@ -42,6 +42,14 @@ let presentation = { ... */ ] } + + +// ** example +// style: [ +// '{ top: 15px; background: #333; }', +// 'a { color: #fff; } +// 'a:hover { color: red; } +// ] ``` |
