Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CSS Toolkits similar to Twitter Bootstrap? [closed]

I really like the Twitter Bootstrap css toolkit, but the issue is that it uses LESS and I am using a Rails 3.1 application which already comes with SASS. I managed to get Twitter Bootstrap to work with LESS, but it just sounds messy to have SASS and LESS both (your opinions are welcome).

  1. I was wondering if there are css toolkits out there similar to Twitter Bootstrap? and possibly as good looking? Please let me know

  2. I am also curious, is there anyone here who has used twitter bootstrap and has experienced any issues? Please elaborate

like image 269
alik Avatar asked Oct 04 '11 19:10

alik


2 Answers

There is a port of bootstrap to Sass : Sass bootstrap on github

As for issues, I haven't found anything really annoying so far. The biggest pain is certainly the dire documentation.

like image 171
Pierre Avatar answered Sep 28 '22 23:09

Pierre


HTML KickStart is similar to Bootstrap, and even has some extras that Bootstrap doesn't. It uses CSS and jQuery.

like image 38
Gus Shortz Avatar answered Sep 28 '22 22:09

Gus Shortz