I'm searching for a effective way to customize bootstrap layouts. Currently i use layoutit.com to get the basic layout and then the software Brackets to edit. I make changes to the less for customization. But it is very complicated that way...my problems are:
-Layoutit is great but places some containers very oddly so you have to change that manually
-Brackets only shows you what css rules are used for specific html (just like firefox) but it cant show what less rules apply and it can handle the minified css stuff (whats that by the way) so you cant really make changes that way in a fast and effective way
-Editing within firefox works great, but it only edits css and can't save the changes.
So what can I do to layout fast and customize effective? Any help?