I had to change the tests due to the changes in Browserslist 3.0.0:
In another hand, we remove dead browsers from default browsers. The dead browser is a browser with < than 1% in the global market and who don’t have security updates. Right now IE 10 and BlackBerry browser are dead browsers.
The test with display: flex didn't get prefixed by default anymore for that reason, so I changed the test.
I had to change the tests due to the changes in
Browserslist
3.0.0:The test with
display: flex
didn't get prefixed by default anymore for that reason, so I changed the test.