|
|
|
|
|
by lcnmrn
4373 days ago
|
|
Why do you need Bootstrap? You can write a grid system in less than 10 lines of code with Sass. You can also do a typographic mixin in 5 lines of code then customise it as you need. You can also have a icon web font set only for <i> tag in 5 lines of code. What else is there? Forms. You can reset the forms in another 5 lines of code then add stuff for [type=submit] and so on. Why do you need thousands of lines of code when you can have a pretty nice CSS framework in less than 50 lines of code? This costs you time, money and your site will take more time to render by slow browsers. |
|
So your question can be reformulated as "Bootstrap contains functionality that I don't think is needed".
If you agree that's a reasonable restatement then you can start a much more fruitful discussion if you could give a few examples and your reasoning behind why each one isn't needed.
What are you claiming the extra "thousands - 20" lines of code are for? I'm curious to know whether I need them or not.