daveaglick / FluentBootstrap

Provides extensions, helper classes, model binding, and other goodies to help you use the Bootstrap CSS framework from .NET code.
http://www.fluentbootstrap.com
MIT License
200 stars 76 forks source link

Add support for boostrap v2.3.2 #26

Closed reptildarat closed 9 years ago

reptildarat commented 9 years ago

Hi,

Can you add support for old bootstrap (version 2.3.2) ?

Many thanks.

daveaglick commented 9 years ago

As much as I would love to add legacy support (especially for 2.3.2, which I know a lot of folks are still using), there are just too many differences between the 2.X and 3.X Bootstrap versions to make it a straightforward change. I made a conscious decision to focus on 3.X versions when writing FluentBootstrap and I just don't have the time to go back and re-write the helpers for 2.X. This is especially true with 4.X around the corner, which I do intend to support.

That said, I'd be more than happy to merge a PR if someone else wants to take it on... :)