Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit e786e41

Browse files
authored
Merge pull request #232 from nuintun/patch-1
fixed bug font-family became " #226
2 parents cec0a6d + cc4bbfe commit e786e41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/html.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
function _getCssList(css) {
2+
css = css.replace(/"/g, '"');
3+
24
var list = {},
35
reg = /\s*([\w\-]+)\s*:([^;]*)(;|$)/g,
46
match;

0 commit comments

Comments
 (0)