mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
removed unnecessary code in Ruleset#toCSS
This commit is contained in:
@@ -156,7 +156,6 @@ tree.Ruleset.prototype = {
|
||||
|
||||
// Pop the stack
|
||||
env.frames.shift();
|
||||
while (p.length) { p.pop() }
|
||||
|
||||
return css.join('');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user