pikock / bootstrap-magic

Bootstrap themes generator made with AngularJS
https://pikock.github.io/bootstrap-magic
Other
1.8k stars 491 forks source link

Allow custom LESS to be included #21

Closed philjones88 closed 11 years ago

philjones88 commented 11 years ago

The scenario is we have some custom LESS widget code that we would like to be included in magic's compile situation, preferably tagged on the end.

The LESS variables work well for passing in our colours but we would want these applied also to our custom widget LESS code and it also merged into the CSS output file.

thierryc commented 11 years ago

Do you have an example for your custom widget LESS. (a Github repo ?)

Your code use bootstrap Variable or custom variable ?

philjones88 commented 11 years ago

https://github.com/tarruda/bootstrap-datetimepicker/blob/master/src/less/bootstrap-datetimepicker.less

Is the particular LESS file, it seems to want to use BS variables/mixins.

thierryc commented 11 years ago

It's impossible to build third party plugins for the moment. I add this feature to our candidate features.

If you download Less Varibles file you can build your self our custom plugins locally

Use LESSC to do that