lessphp
lessphp copied to clipboard
Feature request: Add aliases when compile.
It would be great if we have ability to add aliases to classes when compile. Think of bootstrap.
You can download bootstrap less files and when you compile those, you can add an alias. $alias = "the_"; so .modal on less become .the_modal on css and you will not break cms that use bootstrap as admin.