October 2017
Intermediate to advanced
522 pages
10h 9m
English
Here's where a tool such as Autoprefixer CSS online (https://autoprefixer.github.io/) can be super helpful. It provides the prefixes we need based on the total market share of the browsers and the number of versions we want to go back for each browser. Let's update this filter to .01%:

Let's get rid of all these prefixes and just copy and paste this ruleset to the left box of the Autoprefixer tool:

On the right-hand side, it provides the prefixes we should use:
Let's copy that back over to our CSS:
.columns { display: -webkit-box; ...Read now
Unlock full access