Skip to content

Commit

Permalink
fix css value missing
Browse files Browse the repository at this point in the history
  • Loading branch information
xdmjun committed Sep 9, 2020
1 parent 28fb683 commit cc0395d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wuWxss.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ function doWxss(dir, cb, mainDir, nowDir) {
if (content != '1') {
fileStyle += content
}
} else {
if (content.length != 1) {
fileStyle += content[1] + 'rpx'
}
}
}
}
Expand Down

0 comments on commit cc0395d

Please sign in to comment.