PostCSS – Transform CSS with JS

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!

https://postcss.org/

Check out my website:

Home