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 93ec4c6 commit 0513437Copy full SHA for 0513437
1 file changed
lib/properties/fontFamily.js
@@ -45,6 +45,9 @@ function parse(v) {
45
});
46
const parsedValues = [];
47
for (const val of values) {
48
+ if (!val) {
49
+ return "";
50
+ }
51
const value = parsers.parsePropertyValue(property, val, {
52
caseSensitive: true
53
0 commit comments