Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

1.4.2.2

Compare
Choose a tag to compare
@oyejorge oyejorge released this 18 Nov 00:33
· 945 commits to master since this release
  • Reduced memory usage
    • Removed $parser->current
    • Remove array_splice() where possible
    • Reduced calls to count()
    • Micro optimizations
  • Fix E_STRICT notices
  • Fix datauri paths
  • Added Less_Parser::round() to mimic javascript's rounding of 1.49
  • Set precision to get closer to less.js calculations
  • Make evironment::fade() and escape() match less.js
  • Improved test scripts