How to resize bootstrap popover?

How can I create my own bootstrap for CSS? Is there a tool needed to create the bootstrap or do they actually hard code it?

  • It is very exciting and makes life a lot easier using bootstrap for CSS while developing your website. I appreciate all the work developers put in to develop bootstrap for us to use. I am very curious to know how if one can create his own bootstrap files? If there is a tool involved(if yes then what it is called)? Is bootstrap hard coded by developers?

  • Answer:

    Yes, it is hard-coded. And it most probably made with industry standard tools like Sublime Text, Chocolate or some similar coding. But both aren't really the point here. I strongly recommend that you don't do something similar if you aren't an expert HTML & CSS developer. It is a great deal of work that needs a hell of a lot of experience and skill. And there are a big bunch of excellent CSS frameworks around already. So if you can't make something that is significantly better or fills a gap, just use your energy to something more useful.

Sven Read at Quora Visit the source

Was this solution helpful to you?

Other answers

Probably hardcoded, but I have no evidence of it. However, if I would consider creating a new bootstrap CSS, I would first of all check the alternatives; if I can use e.g. Twitter Bootstrap and tweak it the way I want it to be. Either ways, I would consider using SASS/SCSS instead of raw CSS, which converts to CSS anyway. But it helps you code faster (with "mixins") and make changes more easily. Some of the tools I use (on Mac), are: Coda 2 (or writing all the code; HTML, CSS, JS, PHP etc. and keep track of all files for each project. (Git) Tower, to track all changes CodeKit, to check, minify, merge, "compile" etc. JS and CSS files, to mention a few... ...and off course a decent browser or five, I use Chrome with the console always open...

Morten Tangerås

It depends. What do you need? Buttons, dropdowns, modals etc? Do you want the "whole package (ui-kit)" like boostrap or just wanna do a custom pack? Things you need to worry when building your own framework: Takes a long time Need to be customizable Easy to manage Semantic Fast Use SASS/LESS/Stylus or any CSS preprocessor. I'm building a framework for my company, if you want a sneak peak of my project. http://codepen.io/buuh7921/pen/wJHBd

Bu Kinoshita

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.