mirror of
https://github.com/less/less.js.git
synced 2026-02-17 02:11:29 -05:00
Fix for #149 Facebook login button fails to work with FF 3.6+
This commit is contained in:
committed by
Alexis Sellier
parent
2a26e45900
commit
86d2d98466
@@ -888,7 +888,7 @@ less.Parser = function Parser(env) {
|
||||
}
|
||||
},
|
||||
rule: function () {
|
||||
var value, c = input.charAt(i), important;
|
||||
var name, value, c = input.charAt(i), important;
|
||||
save();
|
||||
|
||||
if (c === '.' || c === '#' || c === '&') { return }
|
||||
|
||||
Reference in New Issue
Block a user