My CSS-Autoprefixer Settings for IE9 and Up

Nicolai Kamenzky

MEAN stack enthusiast

January 25, 2015

Chances are, you use the border-box default, too:

*, *:before, *:after {
 box-sizing: border-box;
}

Today I stumbled upon the fact that many still kinda recent browser versions need prefixing for that. What I want is:

*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
  . . .

Read More

Archive
   Subscribe by email and never miss a post.

This update link alerts you to new Silvrback admin blog posts. A green bubble beside the link indicates a new post. Click the link to the admin blog and the bubble disappears.

Got It!