I’ve just started Bootstrap 4 Alpha. I downloaded it and compiled from sass to css, everything works fine. But there’s a small issue, my container gets too small after the second breakpoint, so I thought I could change the container size, I did it using my external css file, didn’t touch anything in the compiled bootstrap.css
Now, is it safe to change container width just like that or do I need to change other things not to break my site in the future? Will columns, rows and everything else adapt container’s new size?