As a web developer do you prefer to use css frameworks like bootstrap, materialize etc to create websites or vanilla css? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

As a web developer do you prefer to use css frameworks like bootstrap, materialize etc to create websites or vanilla css?

13th Oct 2019, 11:56 AM
Adeolu Haas
Adeolu Haas - avatar
2 Answers
+ 2
As a developer I prefer to do much of the CSS myself... Most of the CSS frameworks inner CSS goes unused.
13th Oct 2019, 1:32 PM
BroFar
BroFar - avatar
+ 2
I too use my own css. I used bootstrap before, but I wanted more autonomy on my design . As I modified classes, it started to get messy. I isolated classes I wanted and added extra css properties, but had to leave all the bootstrap css there (version I downloaded). So, alot of superfluous classes are unused. It can affect inheritance too if you really want to customize your design. So I use my own css. I also break up my css into separate files that are relevant for sections of my projects.
13th Oct 2019, 5:51 PM
Xyenia 🦉
Xyenia 🦉 - avatar