mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
fix regression in support for font property. fixes #1429
This commit is contained in:
@@ -63,7 +63,7 @@ runTestSet({strictMath: true, dumpLineNumbers: 'all'}, "debug/", null,
|
||||
function(name) { return name + '-all'; });
|
||||
runTestSet({strictMath: true, relativeUrls: false, rootpath: "folder (1)/"}, "static-urls/");
|
||||
runTestSet({strictMath: true, compress: true}, "compression/");
|
||||
runTestSet({strictMath: false}, "legacy/");
|
||||
runTestSet({ }, "legacy/");
|
||||
testNoOptions();
|
||||
|
||||
function globalReplacements(input, directory) {
|
||||
|
||||
Reference in New Issue
Block a user