refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 371 forks source link

Bootstrap 3.3.6 LESS Problem #229

Closed erayaydin closed 8 years ago

erayaydin commented 8 years ago

Hello,

My bower.json

    "bootstrap": "3.3.6",
    "bootstrap-markdown": "^2.10.0"

LESS compiler makes error:

Less Compilation Failed: variable @table-border-color is undefined in file /bower_components/bootstrap-markdown/less/bootstrap-markdown.less line no. 10

I think bootstrap-markdown not working with bootstrap 3.3.6 version.

toopay commented 8 years ago

@erayaydin You need to reference bootstrap less files.

erayaydin commented 8 years ago

I referenced bootstrap less file but in bootstrap's variables.less file there is no @table-border-color . I think its removed in 3.3.6

toopay commented 8 years ago

@erayaydin You can use the latest master code for now, the fix will be included in the next release.

erayaydin commented 8 years ago

Thank you :+1: