Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 7e6465e

Browse files
committed
propertyValue is no longer used
1 parent 6e8e453 commit 7e6465e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cssModeSupport.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ define(function (require, exports, module) {
4747

4848
return t.className !== "property" &&
4949
t.className !== "property error" &&
50-
context.type === "propertyValue";
50+
context.type === "prop";
5151
}
5252

5353
exports.isFontFamilyToken = isFontFamilyToken;

0 commit comments

Comments
 (0)