BMJ living style guide BETA

The online visual language and front end framework for BMJ

Getting started with Bootsrap and the BMJ's Front End Stack is easy. Whether you are a master of Sass, building a new app, we've got you covered.

Overview - needs updating

OOCSS Approach
Object-based coding method encourages code reuse and creates faster and more efficient style sheets, which are easier to add to and maintain.
Bootstrap 3.3.6
Built using Bootrap 3.3.6
Easy use
Paste one line of code at the bottom of your head tag. That’s it!

CSS/SASS

The CSS can stand on its own, but it is also built to be enhanced by the developer. For simplicity you can always just add in your own CSS and override default properties. And for even more power and flexibility, the core is written with Sass 3.3.9 and includes easily customized variables and mixins. We feel we’ve left the CSS in a state which can be easily extended to get your own look and feel.

Browser Support

As such, our browser support tends to be whatever Web View API is available to native on a given platform. For Bootflat v2.0.3, that means UIWebView for E8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome.

Licensing

Bootflat is an open source framework released under a permisive MIT license. This means you can use Bootflat in your own personal or commercial projects for free. MIT is the same license used by such popular projects as jQuery and Ruby on Rails.