I can't figure it out.
I include the bootstrap CDN like so:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
And it loads _grid.scss, _navbar.scss and _reboot.scss. When I inspect that bootstrap.min.css
file I dont see any imports or anything like that.
I dont understand how Bootstrap is loading these files? I dont want reboot, it sets global colors that I really dont want.
This is reproduced here:
link rel
the stylesheets go. I can't work out where they are coming from. – Inca