Andrey Sitnik is announcing that PostCSS with version number 4.1.14 is already available to download.
What is PostCSS ?
PostCSS is A JavaScript library for adding source map support for CSS, allowing developers to easily manipulate minified (compressed) CSS code .
PostCSS is a small utility that can create something that mimics JavaScript’s source maps feature, but for CSS code.Just like the JS version, a CSS source map is a way to map minified code back to its uncompressed state.CSS source maps will allow developers to easily modify production-ready CSS code that usually gets delivered in a minified form, making modifications at runtime without beautifying the code in advance.PostCSS is capable for rendering its own source map for the changes developers make, and even also update a source map from previous steps.The library leaves code formatting in its original form, and also support common pre-processors like Stylus or SASS.
This is changelog for PostCSS version 4.1.14 :
- Added source.input to Root too.
You can read the complete changelog and also download this latest version on their homepage: github.com