We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9e0ec commit 88c558aCopy full SHA for 88c558a
1 file changed
lib/optimizer/level-1/optimize.js
@@ -336,7 +336,7 @@ function optimizeZeroUnits(name, value) {
336
}
337
338
function removeQuotes(name, value) {
339
- if (name == 'content' || name.indexOf('font-feature-settings') > -1 || name.indexOf('grid-') > -1) {
+ if (name == 'content' || name.indexOf('font-variation-settings') > -1 || name.indexOf('font-feature-settings') > -1 || name.indexOf('grid-') > -1) {
340
return value;
341
342
0 commit comments