Scrapbook Icon - Web Development
Web Development
Scrapbook Icon - Digital Tools
Digital Tools
1 Minute Read

With modern websites being required to work on a plethora of different web browsers, automating the browser compatibility of CSS is incredibly powerful.

PostCSS is a development tool, which transforms CSS with JavaScript. Out of the box, PostCSS compiles the basic CSS you write and automatically creates all the browser-specific prefixing. Simply specify the list of browsers you want to support on the .browserslistrc file and you are off!