Skip to content

Commit 5e88066

Browse files
committed
Fix: Add support for Css variables
1 parent 08db2e6 commit 5e88066

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/context/stylesheets.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ export class StyleSheets {
211211
if (resValue && varReg.test(resValue)) {
212212
const cssValueList: RegExpMatchArray = resValue.match(varReg) || []
213213
cssValueList.map(cssValue => {
214-
console.log(cssValue, this.styleSheets)
215214
const res = this.getCssValue(cssValue)
216215
if (res) {
217216
resValue = resValue.replace(cssValue, res)

0 commit comments

Comments
 (0)