We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a31ecc commit 2fb01dcCopy full SHA for 2fb01dc
1 file changed
parse-css.js
@@ -280,7 +280,6 @@ function tokenize(str) {
280
var num = consumeANumber();
281
if(wouldStartAnIdentifier(next(1), next(2), next(3))) {
282
var token = new DimensionToken();
283
- console.log(num);
284
token.value = num.value;
285
token.repr = num.repr;
286
token.type = num.type;
0 commit comments