On Saturday, 19 April 2014 at 10:23:39 UTC, Jacob Carlborg wrote:
On 2014-04-19 10:54, Aleksandar Ruzicic wrote:
Bootstrap is great but I wouldn't use it for this project. As
it might
be difficult to work with when you don't want that "bootstrap
style
look". OTOH Zurb's Foundation framework is all about structure
and it
leaves styling up to you which is great.
I haven't really tried designing a web site with Bootstrap
without Bootstrap styles but I think you can pick what you like
and only use that.
Also, I prefer Sass over LESS :)
As a Ruby on Rails programmer, so do I. Therefore it's great
that Bootstrap now days officially supports Sass [1]. BTW, I
used Bootstrap with Sass long before it was officially
supported, it worked great.
[1] http://getbootstrap.com/css/#sass
Official Sass support for Bootstrap is news to me, thanks for
info!
I have been using Foundation in last few projects and haven't
played with Bootstrap in a while but when I did I had to override
most of it's styles to achieve look I wanted (which resulted in a
significant amount of CSS/LESS needed just to remove Bootstrap's
styles).
I hope that things are better now..