I am trying to migrate my application from bootstrap 3.3.7 to Bootstrap v4.0.0-alpha.6.
When I downloaded the Bootstrap v4.0.0-alpha.6 into my project using NuGet, I saw bootstrap-reboot.css and bootstrap-grid.css in addition to bootstrap.css.
I tried to go through the document and understand their purpose but, I am not getting a clear picture.
What is the use of those two css files? Do I really need to include them in my project?