lessphp
lessphp copied to clipboard
Allow parsing multiple strings using same imports.
trafficstars
If you use a single Less instance to parse multiple strings and these strings share @import statements, only the first parse will actually execute the @import.
added in https://github.com/MarcusSchwarz/lesserphp/releases/tag/v0.5.1
Thanks. This looks good, but I want to make sure we confirm this with a unit test.