5 ms·
That for example has to be the most complicated way I've ever seen to change the font on a bootstrap website. All you need to do is include the bootstrap librar
by TrueSlacker0 4y ago
That for example has to be the most complicated way I've ever seen to change the font on a bootstrap website. All you need to do is include the bootstrap library and then include your custom css file after. In your custom css file you override the font. No need to change it via sass. I don't think this developer understands basic css overrides. As a side note I use bootstrap and have never messed with the sass section.
I chose bootstrap over tailwind for my personal projects purely because tailwind looks terrible to read. For example the card example they chose. Div class"card" vs figure class"puke lots of classes I will easily forget" .
I think these two frameworks are aimed at entirely different types of people with entirely different goals.