lessphp icon indicating copy to clipboard operation
lessphp copied to clipboard

Feature request: Add aliases when compile.

Open flakerimi opened this issue 11 years ago • 0 comments

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.

flakerimi avatar Jul 10 '14 17:07 flakerimi