Hi guys,
This is probably a very stupid question, but ...
I've imported bootstrap into my create-react-app project as per the documentation (very nice).
However when I look at the generated markup, all the <style> tags for my components e.g. Header.css come before the bootstrap css, which means I can't (easily) override bootstraps default styling.
Is there a way to ensure bootstrap gets put before other css files?
Hi guys,
This is probably a very stupid question, but ...
I've imported bootstrap into my create-react-app project as per the documentation (very nice).
However when I look at the generated markup, all the <style> tags for my components e.g.
Header.csscome before the bootstrap css, which means I can't (easily) override bootstraps default styling.Is there a way to ensure bootstrap gets put before other css files?