jhfrench / bootstrap-tree

JavaScript and LESS/CSS for creating Bootstrap-themed trees (to display hierarchical data).
202 stars 76 forks source link

cannot compile against bootstrap 3.0 #6

Closed ChinaXing closed 7 years ago

ChinaXing commented 10 years ago

Running "less:dev" (less) task

Running "less:prod" (less) task

NameError: variable @BaseBorderRadius is undefined in less\bootstrap-tree.less on line 3, column 15: 2 .tree { 3 .border-radius(@BaseBorderRadius); 4 .box-shadow(inset 0 1px 1px rgba(0,0,0,.05)); Warning: Error compiling LESS. Use --force to continue.

Aborted due to warnings.

BlueInt32 commented 10 years ago

Hi, I have the same problem. What version of bootstrap can we use to get those mixins back ?

Edit : after trying several versions, I found that 2.3.0 version of bootstrap actually compiles correctly. Get it there https://github.com/twbs/bootstrap/releases/tag/v2.3.0

Cheers.

Edit2 : actually in style.less we can see a call to sprites within the 2.3.2 version. This would have been a nice clue to find the right version out :-)

theanswerli commented 10 years ago

can you make it support bootstrap 3.0+....?

cfig commented 7 years ago

Is this repo still maintained ? It doesn't work on bootstrap 3+

BlueInt32 commented 7 years ago

@cfig Last edit on this repo was 4 years ago. I guess you're on your own for this.