A prefix is added before most selectors. Below is an example of how CSS will be transformed by adding a prefix called .namespace.
postcss-rename makes it possible to rename CSS class names in the generated stylesheet, which helps reduce the size of the CSS that is sent down to your users. It's designed to be used along with a ...