Getbeans / Beans

Beans WordPress Theme Framework. The default branch is set to development, please switch to the master branch for production.
https://www.getbeans.io
Other
392 stars 61 forks source link

Less compiler errors. #329

Closed Pross closed 6 years ago

Pross commented 6 years ago

If the lessc class is included by a plugin before the theme inits then you get a lessc_parser class already defined fatal error. Although Lessc class is namespaced whoever did it forgot to namespace the other classes in that file, easy oversight. PR incomming.

christophherr commented 6 years ago

Hey @Pross, Thank you for opening the issue and the pull request. I just want to compare our version of Lessphp with the latest version on their repo before merging.