mirror of
https://github.com/less/less.js.git
synced 2026-02-09 14:35:44 -05:00
Appending generated css to the head element is confusing because it changes the order of style declarations. If there are regular css link or style elements after the less link element, less declarations with equal specificity will override css declarations that come later in the document. This change preserves the original order by inserting the generated css immediately after the less link element.