lessphp icon indicating copy to clipboard operation
lessphp copied to clipboard

Allow parsing multiple strings using same imports.

Open vanderlee opened this issue 10 years ago • 2 comments
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.

vanderlee avatar Jun 23 '15 19:06 vanderlee

added in https://github.com/MarcusSchwarz/lesserphp/releases/tag/v0.5.1

glensc avatar Aug 17 '17 20:08 glensc

Thanks. This looks good, but I want to make sure we confirm this with a unit test.

Krinkle avatar Oct 16 '18 03:10 Krinkle