Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
C0D4681457ybootstrap does it’s job, if you want something quick and easy that will normally conform to multi device layout unless your getting too creative.
just keep in mind it comes with a lot of overhead and features you wouldn’t end up using. -
@C0D4 honestly, my application is very small (only 4 tabs in sites header including logout) and I would be happy with just using a library that formats the html for many devices. Do you know of any lightweight libraries or frameworks that do this?
-
JTBringe6097y@dalastTomCruise You can download a stripped down version of Bootstrap if you just need the grid system. I remember there being a list of features you could select or deselect before you downloaded it. Couldn't find the link right now, but you should be able to find it by googling a bit.
-
C0D4681457y@JTBringe
it’s under customise.
http://getbootstrap.com/customize/
@dalastTomCruise
otherwise if you only want a grid system look at 960.gs -
@C0D4 I will definitely have a look at it later today. Thanks for taking the time to find it
I'm creating a little web application and I was considering using Bootstrap to make my site flexible in terms of formatting on different devices. Also some of the built in functionality seems convenient (I am doing the back-end as well and front-end is consuming a lot of time) and easier to apply. Does anyone protest the use of Bootstrap for any reason? If so why?
undefined
#bootstrap #yeaornay?