Skip to content

Commit

Permalink
fix: eval css
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Mar 20, 2020
1 parent f90dd87 commit ab511fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/evalCss.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function resetStyle({ css, el }) {
each(cssMap, (val, key) => {
css = css.replace(
new RegExp(escapeRegExp(`$${val}:`), 'g'),
';' + key + ':'
key + ':'
)
})
const _keys = keys(themes.Light)
Expand Down

0 comments on commit ab511fd

Please sign in to comment.