Live data from Hacker News

Bootstrap 3 RC1

twitter.github.io

11–20 of 143 posts

Re: Bootstrap 3 RC1

#11
Finally bootstrap with flat UI. Loved it. Looking forward to use it in my next project. Does that mean twitter might also launch a flat UI soon?

Re: Bootstrap 3 RC1

#14
We have built the new version of our web app on BS3. The migration from BS2 to BS3 was not too difficult. There are some new elements too like List View and Panels. Love the flat UI too. Feels very modern and light. Here is a demo of our app: http://demo.erpnext.com/

Re: Bootstrap 3 RC1

#15

Cue a dozen comments about flat buttons. This looks like a nice set of changes for Bootstrap. I'm not sure how I feel about the grid class name changes, but then again, I went all-in on Foundation a few months back, so it doesn't affect me one way or another. I'm sure mdo and fat have excellent reasons for using Less instead of Sass, but I'm a Rails user and I like Sass better to boot. Anyway, no matter, I'm glad to…

I prefer LESS over SASS, simply because of how often I use mixins and how nice ".border-radius(5px)" is compared to "@include border-radius(5px)".

That being said, my current setup is Stylus+Nib. (And for the above examples, you'd just write "border-radius: 5px" and it takes care of everything. Much more flexible.)

Re: Bootstrap 3 RC1

#16
post #11

Finally bootstrap with flat UI. Loved it. Looking forward to use it in my next project. Does that mean twitter might also launch a flat UI soon?

Thanks! And no, probably not—the two are most definitely not directly related.

Re: Bootstrap 3 RC1

#17

The documentation makes reference to an announcement on the blog, which doesn't seem to be available. If anybody wants to keep watch, be my guest: http://blog.getbootstrap.com . I've been keeping an eye on the pull request ( https://github.com/twitter/bootstrap/pull/6342 ) and the gh-pages branch ( https://github.com/twitter/bootstrap/tree/gh-pages ) for other Bootstrap 3 information. http://twitter.github.io/bootstr…

Indeed there will be at least one more RC.

Re: Bootstrap 3 RC1

#18
post #14

We have built the new version of our web app on BS3. The migration from BS2 to BS3 was not too difficult. There are some new elements too like List View and Panels. Love the flat UI too. Feels very modern and light. Here is a demo of our app: http://demo.erpnext.com/

Why didn't you use Foundation for this instead?

Re: Bootstrap 3 RC1

#19

The documentation makes reference to an announcement on the blog, which doesn't seem to be available. If anybody wants to keep watch, be my guest: http://blog.getbootstrap.com . I've been keeping an eye on the pull request ( https://github.com/twitter/bootstrap/pull/6342 ) and the gh-pages branch ( https://github.com/twitter/bootstrap/tree/gh-pages ) for other Bootstrap 3 information. http://twitter.github.io/bootstr…

http://blog.getbootstrap.com/2013/07/27/bootstrap-3-rc1/

Re: Bootstrap 3 RC1

#20

The documentation makes reference to an announcement on the blog, which doesn't seem to be available. If anybody wants to keep watch, be my guest: http://blog.getbootstrap.com . I've been keeping an eye on the pull request ( https://github.com/twitter/bootstrap/pull/6342 ) and the gh-pages branch ( https://github.com/twitter/bootstrap/tree/gh-pages ) for other Bootstrap 3 information. http://twitter.github.io/bootstr…

Indeed there will be at least one more RC.

Hey mdo, big thanks for all your work! I've used Bootstrap in one project and will use it in many more.

It's a huge productivity boon and the documentation does a great job of showing you what to do.

Post reply on HN