We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08db2e6 commit 5e88066Copy full SHA for 5e88066
src/context/stylesheets.ts
@@ -211,7 +211,6 @@ export class StyleSheets {
211
if (resValue && varReg.test(resValue)) {
212
const cssValueList: RegExpMatchArray = resValue.match(varReg) || []
213
cssValueList.map(cssValue => {
214
- console.log(cssValue, this.styleSheets)
215
const res = this.getCssValue(cssValue)
216
if (res) {
217
resValue = resValue.replace(cssValue, res)
0 commit comments